#799278

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

Shades of Davy's Grey #799278

Tints of Davy's Grey #799278

Color information

#799278 (or 0x799278) is unknown color: approx Davy's Grey. HEX triplet: 79, 92 and 78. RGB value is (121,146,120). Sum of RGB (Red+Green+Blue) = 121+146+120=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #799278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799278 is #866D87. Grayscale: #878787. Windows color (decimal): -8809864 or 7901817. OLE color: 7901817.

HSL color Cylindrical-coordinate representation of color #799278: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799278 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB121146120-
CMYK0.1700.180.43
HSL117.69º10.66%52.16%-
HSV(B)117.69º17.81%57.25%-
XYZ21.5525.9821.65-
YUV135.56119.22117.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=31.27%
G=37.73%
B=31.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461200.1700.180.43117.6910.6652.16
Hex799278110122B76b34
Octal17122217021022531661364
Binary11110011001001011110001000101001010101111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799278; }

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

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

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

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

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

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

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

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