#799476

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

Shades of Davy's Grey #799476

Tints of Davy's Grey #799476

Color information

#799476 (or 0x799476) is unknown color: approx Davy's Grey. HEX triplet: 79, 94 and 76. RGB value is (121,148,118). Sum of RGB (Red+Green+Blue) = 121+148+118=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #799476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799476 is #866B89. Grayscale: #888888. Windows color (decimal): -8809354 or 7771257. OLE color: 7771257.

HSL color Cylindrical-coordinate representation of color #799476: hue angle of 114º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799476 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB121148118-
CMYK0.1800.200.42
HSL114º12.3%52.16%-
HSV(B)114º20.27%58.04%-
XYZ21.7526.5521.12-
YUV136.51117.55116.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=31.27%
G=38.24%
B=30.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481180.1800.200.4211412.352.16
Hex799476120142A72c34
Octal17122416622024521621464
Binary11110011001010011101101001001010010101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799476; }

 p { color: rgb(121,148,118); }

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

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

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

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

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

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

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