#79957A

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

Shades of Davy's Grey #79957A

Tints of Davy's Grey #79957A

Color information

#79957A (or 0x79957A) is unknown color: approx Davy's Grey. HEX triplet: 79, 95 and 7A. RGB value is (121,149,122). Sum of RGB (Red+Green+Blue) = 121+149+122=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #79957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79957A is #866A85. Grayscale: #898989. Windows color (decimal): -8809094 or 8033657. OLE color: 8033657.

HSL color Cylindrical-coordinate representation of color #79957A: hue angle of 122.14º 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 #79957A is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB121149122-
CMYK0.1900.180.42
HSL122.14º11.67%52.94%-
HSV(B)122.14º18.79%58.43%-
XYZ22.1526.9622.45-
YUV137.55119.22116.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=30.87%
G=38.01%
B=31.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491220.1900.180.42122.1411.6752.94
Hex79957A130122A7ac35
Octal17122517223022521721465
Binary11110011001010111110101001101001010101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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