COLOR #789975

HEX: #789975
RGB: (120,153,117)

Color info

#789975 contains red, green and blue colors in about the same proportion. Web safe color of #789975 is #669966 (or #696).

RGB color model

#789975 color RGB value is (120,153,117).

  • red value is 120;
  • green value is 153;
  • blue value is 117.
RGB:
(120,153,117)
(47%,60%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 117 of 255 = 46%

120
153
117

R + G + B ~ 51%. #789975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 117 = 390 (100%)
R 120 of 390 ~ 30.77%
G 153 of 390 ~ 39.23%
B 117 of 390 ~ 30%

%30.77
%39.23
%30

CMYK color model

#789975 color CMYK value is (22,0,24,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(22,0,24,40)
C22M0Y24K40 
(22%,0%,24%,40%)
(0.22/0.00/0.24/0.40)	

CMYK percentages

%21.57
%0
%23.53
%40

Codes

Color #789975 in popluar color models

789975
RGB120153117
HSL115°15.00%52.94%
HSB/HSV115°23.53%60.00%
CMYK21.57%0.00%23.53%
40.00%

Color #789975 in popluar number systems.

HEX789975
Decimal120153117
Binary1111000100110011110101
Octal170231165

Shades and tints

Shades of #789975

#789975
(120,153,117)
#6E8C6B
(110,140,107)
#647F61
(100,127,97)
#5A7257
(90,114,87)
#50654D
(80,101,77)
#465843
(70,88,67)
#3C4B39
(60,75,57)
#323E2F
(50,62,47)
#283125
(40,49,37)
#1E241B
(30,36,27)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #789975

#789975
(120,153,117)
#84A281
(132,162,129)
#90AB8D
(144,171,141)
#9CB499
(156,180,153)
#A8BDA5
(168,189,165)
#B4C6B1
(180,198,177)
#C0CFBD
(192,207,189)
#CCD8C9
(204,216,201)
#D8E1D5
(216,225,213)
#E4EAE1
(228,234,225)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789975 color. Also use rgb(120,153,117) instead hex code.

Text Font Color

.myTextColor { color: #789975; }

<p style="color:#789975">This sample text font color is #789975.</p>

This text font color is #789975.


Background Color

.myBgColor { background-color: #789975; }

<div style="background-color:#789975">Inner text</div>

This div background color is #789975.


Border color

.myBorderColor { border: 1px solid #789975; }

<div style="border:3px solid #789975">Div</div>

This div border color is #789975.


Opacity

.myOpacity80 { color: #789975; opacity: 0.8; }

<p style="color:#789975;opacity:0.8;">80%</p>

Text with #789975 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #789975;}

<p style="text-shadow: 3px 3px 1px #789975">Text here.</p>

This text has shadow with #789975 color.

.textShadow {text-shadow: 3px 3px 1px #789975, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #789975, 5px 5px 20px red">Text here.</p>

This text has shadow with #789975 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#789975, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#789975, Direction=45, Strength=4)">Text</p>

This text has shadow with #789975 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #789975;
  -webkit-box-shadow:	1px 1px 3px 2px #789975;
  box-shadow:		1px 1px 3px 2px #789975;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #789975;
-webkit-box-shadow: 1px 1px 3px 2px #789975;
box-shadow:1px 1px 3px 2px #789975;">
Div content here</div>
This div box has shadow with color #789975.

Preview

Color preview on black background

This text has color #789975 on black background.


Color preview on white background

This text has color #789975 on white background.



Black color preview on #789975 background

This text has black color on #789975 background.


White color preview on #789975 background

This text has white color on #789975 background.