#789076

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

Shades of Davy's Grey #789076

Tints of Davy's Grey #789076

Color information

#789076 (or 0x789076) is unknown color: approx Davy's Grey. HEX triplet: 78, 90 and 76. RGB value is (120,144,118). Sum of RGB (Red+Green+Blue) = 120+144+118=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #789076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789076 is #876F89. Grayscale: #858585. Windows color (decimal): -8875914 or 7770232. OLE color: 7770232.

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

Color convert

RGB120144118-
CMYK0.1700.180.44
HSL115.38º10.48%51.37%-
HSV(B)115.38º18.06%56.47%-
XYZ20.9925.2520.91-
YUV133.86119.05118.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=31.41%
G=37.70%
B=30.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441180.1700.180.44115.3810.4851.37
Hex789076110122C73a33
Octal17022016621022541631263
Binary11110001001000011101101000101001010110011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789076; }

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

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

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

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

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

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

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

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