#799C78

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

Shades of Davy's Grey #799C78

Tints of Davy's Grey #799C78

Color information

#799C78 (or 0x799C78) is unknown color: approx Davy's Grey. HEX triplet: 79, 9C and 78. RGB value is (121,156,120). Sum of RGB (Red+Green+Blue) = 121+156+120=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #799C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C78 is #866387. Grayscale: #8D8D8D. Windows color (decimal): -8807304 or 7904377. OLE color: 7904377.

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

Color convert

RGB121156120-
CMYK0.2200.230.39
HSL118.33º15.38%54.12%-
HSV(B)118.33º23.08%61.18%-
XYZ23.1629.222.18-
YUV141.43115.9113.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=30.48%
G=39.29%
B=30.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211561200.2200.230.39118.3315.3854.12
Hex799C78160172776f36
Octal17123417026027471661766
Binary11110011001110011110001011001011110011111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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