#788D76

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

Shades of Davy's Grey #788D76

Tints of Davy's Grey #788D76

Color information

#788D76 (or 0x788D76) is unknown color: approx Davy's Grey. HEX triplet: 78, 8D and 76. RGB value is (120,141,118). Sum of RGB (Red+Green+Blue) = 120+141+118=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #788D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D76 is #877289. Grayscale: #848484. Windows color (decimal): -8876682 or 7769464. OLE color: 7769464.

HSL color Cylindrical-coordinate representation of color #788D76: hue angle of 114.78º 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 #788D76 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB120141118-
CMYK0.1500.160.45
HSL114.78º9.16%50.78%-
HSV(B)114.78º16.31%55.29%-
XYZ20.5424.3520.76-
YUV132.1120.04119.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=31.66%
G=37.20%
B=31.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411180.1500.160.45114.789.1650.78
Hex788D76F0102D73933
Octal17021516617020551631163
Binary1111000100011011110110111101000010110111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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