#799078

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

Shades of Davy's Grey #799078

Tints of Davy's Grey #799078

Color information

#799078 (or 0x799078) is unknown color: approx Davy's Grey. HEX triplet: 79, 90 and 78. RGB value is (121,144,120). Sum of RGB (Red+Green+Blue) = 121+144+120=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #799078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799078 is #866F87. Grayscale: #868686. Windows color (decimal): -8810376 or 7901305. OLE color: 7901305.

HSL color Cylindrical-coordinate representation of color #799078: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799078 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB121144120-
CMYK0.1600.170.44
HSL117.5º9.76%51.76%-
HSV(B)117.5º16.67%56.47%-
XYZ21.2525.3721.55-
YUV134.39119.88118.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=31.43%
G=37.40%
B=31.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441200.1600.170.44117.59.7651.76
Hex799078100112C76a34
Octal17122017020021541661264
Binary11110011001000011110001000001000110110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799078; }

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

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

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

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

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

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

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

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