#788C76

Color #788C76 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #788C76

Tints of Davy's Grey #788C76

Color information

#788C76 (or 0x788C76) is unknown color: approx Davy's Grey. HEX triplet: 78, 8C and 76. RGB value is (120,140,118). Sum of RGB (Red+Green+Blue) = 120+140+118=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #788C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C76 is #877389. Grayscale: #838383. Windows color (decimal): -8876938 or 7769208. OLE color: 7769208.

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

Color convert

RGB120140118-
CMYK0.1400.160.45
HSL114.55º8.73%50.59%-
HSV(B)114.55º15.71%54.9%-
XYZ20.3924.0620.71-
YUV131.51120.37119.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=31.75%
G=37.04%
B=31.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201401180.1400.160.45114.558.7350.59
Hex788C76E0102D73933
Octal17021416616020551631163
Binary1111000100011001110110111001000010110111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #788C76;
 }
 .AnyTagClassName
 {
   color: #788C76;
 }
</style>
background-color css

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

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

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

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

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

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