#789078

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

Shades of Davy's Grey #789078

Tints of Davy's Grey #789078

Color information

#789078 (or 0x789078) is unknown color: approx Davy's Grey. HEX triplet: 78, 90 and 78. RGB value is (120,144,120). Sum of RGB (Red+Green+Blue) = 120+144+120=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #789078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789078 is #876F87. Grayscale: #868686. Windows color (decimal): -8875912 or 7901304. OLE color: 7901304.

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

Color convert

RGB120144120-
CMYK0.1700.170.44
HSL120º9.76%51.76%-
HSV(B)120º16.67%56.47%-
XYZ21.1125.321.54-
YUV134.09120.05117.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441200.1700.170.441209.7651.76
Hex789078110112C78a34
Octal17022017021021541701264
Binary11110001001000011110001000101000110110011110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789078; }

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

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

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

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

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

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

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

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