Html Css Color HEX #788977 Davy's Grey

📋 copy color: '#788977'

red 120 ◦ green 137 ◦ blue 119

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

Shades of Davy's Grey #788977

Tints of Davy's Grey #788977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 31.91%
G = 36.44%
B = 31.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#788977 (or 0x788977) is known color: Davy's Grey. HEX triplet: 78, 89 and 77. RGB value is (120,137,119). Sum of RGB (Red+Green+Blue) = 120+137+119=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #788977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788977 is #877688. Grayscale: #818181. Windows color (decimal): -8877705 or 7833976. OLE color: 7833976.

HSL color Cylindrical-coordinate representation of color #788977: hue angle of 116.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788977 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 137 119 -
CMYK 0.12 0 0.13 0.46
HSL 116.67º 0.07% 0.5% -
HSV(B) 116.67º 0.13% 0.54% -
XYZ 20.02 23.22 20.88 -
YUV 129.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 120 137 119 0.12 0 0.13 0.46 116.67 0.07 0.5
Hex 78 89 77 C 0 D 2E 75 7 32
Octal 170 211 167 14 0 15 56 165 7 62
Binary 1111000 10001001 1110111 1100 0 1101 101110 1110101 111 110010

Color Harmonies of #788977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788977

Black with #788977

Text Example


Text Example

White with #788977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788977; }

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

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

background-color css

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

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

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

border-color css

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

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

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