#789376

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

Shades of Davy's Grey #789376

Tints of Davy's Grey #789376

Color information

#789376 (or 0x789376) is unknown color: approx Davy's Grey. HEX triplet: 78, 93 and 76. RGB value is (120,147,118). Sum of RGB (Red+Green+Blue) = 120+147+118=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #789376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789376 is #876C89. Grayscale: #878787. Windows color (decimal): -8875146 or 7771000. OLE color: 7771000.

HSL color Cylindrical-coordinate representation of color #789376: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789376 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB120147118-
CMYK0.1800.200.42
HSL115.86º11.84%51.96%-
HSV(B)115.86º19.73%57.65%-
XYZ21.4526.1721.06-
YUV135.62118.05116.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=31.17%
G=38.18%
B=30.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471180.1800.200.42115.8611.8451.96
Hex789376120142A74c34
Octal17022316622024521641464
Binary11110001001001111101101001001010010101011101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789376; }

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

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

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

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

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

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

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

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