#799C79

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

Shades of Davy's Grey #799C79

Tints of Davy's Grey #799C79

Color information

#799C79 (or 0x799C79) is unknown color: approx Davy's Grey. HEX triplet: 79, 9C and 79. RGB value is (121,156,121). Sum of RGB (Red+Green+Blue) = 121+156+121=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #799C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C79 is #866386. Grayscale: #8D8D8D. Windows color (decimal): -8807303 or 7969913. OLE color: 7969913.

HSL color Cylindrical-coordinate representation of color #799C79: hue angle of 120º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C79 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB121156121-
CMYK0.2200.220.39
HSL120º15.02%54.31%-
HSV(B)120º22.44%61.18%-
XYZ23.2229.2222.51-
YUV141.54116.4113.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=30.40%
G=39.20%
B=30.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211561210.2200.220.3912015.0254.31
Hex799C79160162778f36
Octal17123417126026471701766
Binary11110011001110011110011011001011010011111110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799C79; }

 p { color: rgb(121,156,121); }

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

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

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

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

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

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

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