Html Css Color HEX #788F76 Davy's Grey

📋 copy color: '#788F76'

red 120 ◦ green 143 ◦ blue 118

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

Shades of Davy's Grey #788F76

Tints of Davy's Grey #788F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 31.5%
G = 37.53%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#788F76 (or 0x788F76) is known color: Davy's Grey. HEX triplet: 78, 8F and 76. RGB value is (120,143,118). Sum of RGB (Red+Green+Blue) = 120+143+118=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #788F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F76 is #877089. Grayscale: #858585. Windows color (decimal): -8876170 or 7769976. OLE color: 7769976.

HSL color Cylindrical-coordinate representation of color #788F76: hue angle of 115.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788F76 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 143 118 -
CMYK 0.16 0 0.17 0.44
HSL 115.2º 0.1% 0.51% -
HSV(B) 115.2º 0.17% 0.56% -
XYZ 20.84 24.95 20.86 -
YUV 133.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 120 143 118 0.16 0 0.17 0.44 115.2 0.1 0.51
Hex 78 8F 76 10 0 11 2C 73 A 33
Octal 170 217 166 20 0 21 54 163 12 63
Binary 1111000 10001111 1110110 10000 0 10001 101100 1110011 1010 110011

Color Harmonies of #788F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F76

Black with #788F76

Text Example


Text Example

White with #788F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,143,118); }

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

background-color css

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

 a { background-color: rgb(120,143,118); }

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

border-color css

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

 span { border-color: rgb(120,143,118); }

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