#789379

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

Shades of Davy's Grey #789379

Tints of Davy's Grey #789379

Color information

#789379 (or 0x789379) is unknown color: approx Davy's Grey. HEX triplet: 78, 93 and 79. RGB value is (120,147,121). Sum of RGB (Red+Green+Blue) = 120+147+121=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #789379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789379 is #876C86. Grayscale: #888888. Windows color (decimal): -8875143 or 7967608. OLE color: 7967608.

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

Color convert

RGB120147121-
CMYK0.1800.180.42
HSL122.22º11.11%52.35%-
HSV(B)122.22º18.37%57.65%-
XYZ21.6326.2422.01-
YUV135.96119.55116.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=30.93%
G=37.89%
B=31.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471210.1800.180.42122.2211.1152.35
Hex789379120122A7ab34
Octal17022317122022521721364
Binary11110001001001111110011001001001010101011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789379; }

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

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

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

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

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

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

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

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