Html Css Color HEX #788B77 Davy's Grey

📋 copy color: '#788B77'

red 120 ◦ green 139 ◦ blue 119

#788B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #788B77

Tints of Davy's Grey #788B77

RGB

 RED value IS 120 (47.27% from 255) = 31.75%

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 31.75%
G = 36.77%
B = 31.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#788B77 (or 0x788B77) is known color: Davy's Grey. HEX triplet: 78, 8B and 77. RGB value is (120,139,119). Sum of RGB (Red+Green+Blue) = 120+139+119=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #788B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B77 is #877488. Grayscale: #838383. Windows color (decimal): -8877193 or 7834488. OLE color: 7834488.

HSL color Cylindrical-coordinate representation of color #788B77: hue angle of 117º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B77 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 139 119 -
CMYK 0.14 0 0.14 0.45
HSL 117º 0.08% 0.51% -
HSV(B) 117º 0.14% 0.55% -
XYZ 20.31 23.79 20.97 -
YUV 131.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 120 139 119 0.14 0 0.14 0.45 117 0.08 0.51
Hex 78 8B 77 E 0 E 2D 75 8 33
Octal 170 213 167 16 0 16 55 165 10 63
Binary 1111000 10001011 1110111 1110 0 1110 101101 1110101 1000 110011

Color Harmonies of #788B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B77

Black with #788B77

Text Example


Text Example

White with #788B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788B77; }

 p { color: rgb(120,139,119); }

 H1.HeaderClassName
 {
   color: #788B77;
 }
 .AnyTagClassName
 {
   color: #788B77;
 }
</style>

background-color css

<style>
 a { background-color: #788B77; }

 a { background-color: rgb(120,139,119); }

 div.DivClassName
 {
   background-color: #788B77;
 }
 .BgClassName
 {
   background-color: #788B77;
 }
</style>

border-color css

<style>
 span { border-color: #788B77; }

 span { border-color: rgb(120,139,119); }

 td.TdClassName
 {
   border-color: #788B77;
 }
 .TagClassName
 {
   border-color: #788B77;
 }
</style>