#789878

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

Shades of Davy's Grey #789878

Tints of Davy's Grey #789878

Color information

#789878 (or 0x789878) is unknown color: approx Davy's Grey. HEX triplet: 78, 98 and 78. RGB value is (120,152,120). Sum of RGB (Red+Green+Blue) = 120+152+120=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #789878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789878 is #876787. Grayscale: #8A8A8A. Windows color (decimal): -8873864 or 7903352. OLE color: 7903352.

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

Color convert

RGB120152120-
CMYK0.2100.210.40
HSL120º13.45%53.33%-
HSV(B)120º21.05%59.61%-
XYZ22.3627.8121.96-
YUV138.78117.4114.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=30.61%
G=38.78%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521200.2100.210.4012013.4553.33
Hex789878150152878d35
Octal17023017025025501701565
Binary11110001001100011110001010101010110100011110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789878; }

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

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

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

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

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

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

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

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