#789578

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

Shades of Davy's Grey #789578

Tints of Davy's Grey #789578

Color information

#789578 (or 0x789578) is unknown color: approx Davy's Grey. HEX triplet: 78, 95 and 78. RGB value is (120,149,120). Sum of RGB (Red+Green+Blue) = 120+149+120=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #789578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789578 is #876A87. Grayscale: #898989. Windows color (decimal): -8874632 or 7902584. OLE color: 7902584.

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

Color convert

RGB120149120-
CMYK0.1900.190.42
HSL120º12.03%52.75%-
HSV(B)120º19.46%58.43%-
XYZ21.8826.8421.8-
YUV137.02118.39115.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=30.85%
G=38.30%
B=30.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491200.1900.190.4212012.0352.75
Hex789578130132A78c35
Octal17022517023023521701465
Binary11110001001010111110001001101001110101011110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789578; }

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

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

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

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

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

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

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

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