Html Css Color HEX #788877 Davy's Grey

📋 copy color: '#788877'

red 120 ◦ green 136 ◦ blue 119

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

Shades of Davy's Grey #788877

Tints of Davy's Grey #788877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 32%
G = 36.27%
B = 31.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#788877 (or 0x788877) is known color: Davy's Grey. HEX triplet: 78, 88 and 77. RGB value is (120,136,119). Sum of RGB (Red+Green+Blue) = 120+136+119=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #788877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788877 is #877788. Grayscale: #818181. Windows color (decimal): -8877961 or 7833720. OLE color: 7833720.

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

Color convert

RGB 120 136 119 -
CMYK 0.12 0 0.12 0.47
HSL 116.47º 0.07% 0.5% -
HSV(B) 116.47º 0.13% 0.53% -
XYZ 19.88 22.93 20.83 -
YUV 129.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 120 136 119 0.12 0 0.12 0.47 116.47 0.07 0.5
Hex 78 88 77 C 0 C 2F 74 7 32
Octal 170 210 167 14 0 14 57 164 7 62
Binary 1111000 10001000 1110111 1100 0 1100 101111 1110100 111 110010

Color Harmonies of #788877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788877

Black with #788877

Text Example


Text Example

White with #788877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788877; }

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

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

background-color css

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

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

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

border-color css

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

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

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