#79987A

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

Shades of Davy's Grey #79987A

Tints of Davy's Grey #79987A

Color information

#79987A (or 0x79987A) is unknown color: approx Davy's Grey. HEX triplet: 79, 98 and 7A. RGB value is (121,152,122). Sum of RGB (Red+Green+Blue) = 121+152+122=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #79987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79987A is #866785. Grayscale: #8B8B8B. Windows color (decimal): -8808326 or 8034425. OLE color: 8034425.

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

Color convert

RGB121152122-
CMYK0.2000.200.40
HSL121.94º13.08%53.53%-
HSV(B)121.94º20.39%59.61%-
XYZ22.6327.9322.61-
YUV139.31118.23114.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=30.63%
G=38.48%
B=30.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521220.2000.200.40121.9413.0853.53
Hex79987A14014287ad36
Octal17123017224024501721566
Binary11110011001100011110101010001010010100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79987A; }

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

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

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

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

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

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

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

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