#789879

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

Shades of Davy's Grey #789879

Tints of Davy's Grey #789879

Color information

#789879 (or 0x789879) is unknown color: approx Davy's Grey. HEX triplet: 78, 98 and 79. RGB value is (120,152,121). Sum of RGB (Red+Green+Blue) = 120+152+121=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #789879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789879 is #876786. Grayscale: #8A8A8A. Windows color (decimal): -8873863 or 7968888. OLE color: 7968888.

HSL color Cylindrical-coordinate representation of color #789879: hue angle of 121.88º 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 #789879 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB120152121-
CMYK0.2100.200.40
HSL121.88º13.45%53.33%-
HSV(B)121.88º21.05%59.61%-
XYZ22.4327.8322.28-
YUV138.9117.9114.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=30.53%
G=38.68%
B=30.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521210.2100.200.40121.8813.4553.33
Hex78987915014287ad35
Octal17023017125024501721565
Binary11110001001100011110011010101010010100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789879; }

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

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

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

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

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

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

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

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