Html Css Color HEX #788477 Davy's Grey

📋 copy color: '#788477'

red 120 ◦ green 132 ◦ blue 119

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

Shades of Davy's Grey #788477

Tints of Davy's Grey #788477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 32.35%
G = 35.58%
B = 32.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#788477 (or 0x788477) is known color: Davy's Grey. HEX triplet: 78, 84 and 77. RGB value is (120,132,119). Sum of RGB (Red+Green+Blue) = 120+132+119=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #788477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788477 is #877B88. Grayscale: #7E7E7E. Windows color (decimal): -8878985 or 7832696. OLE color: 7832696.

HSL color Cylindrical-coordinate representation of color #788477: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788477 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 132 119 -
CMYK 0.09 0 0.10 0.48
HSL 115.38º 0.05% 0.49% -
HSV(B) 115.38º 0.1% 0.52% -
XYZ 19.33 21.83 20.65 -
YUV 126.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 120 132 119 0.09 0 0.10 0.48 115.38 0.05 0.49
Hex 78 84 77 9 0 A 30 73 5 31
Octal 170 204 167 11 0 12 60 163 5 61
Binary 1111000 10000100 1110111 1001 0 1010 110000 1110011 101 110001

Color Harmonies of #788477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788477

Black with #788477

Text Example


Text Example

White with #788477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788477; }

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

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

background-color css

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

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

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

border-color css

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

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

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