#799277

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

Shades of Davy's Grey #799277

Tints of Davy's Grey #799277

Color information

#799277 (or 0x799277) is unknown color: approx Davy's Grey. HEX triplet: 79, 92 and 77. RGB value is (121,146,119). Sum of RGB (Red+Green+Blue) = 121+146+119=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #799277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799277 is #866D88. Grayscale: #878787. Windows color (decimal): -8809865 or 7836281. OLE color: 7836281.

HSL color Cylindrical-coordinate representation of color #799277: hue angle of 115.56º 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 #799277 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB121146119-
CMYK0.1700.180.43
HSL115.56º11.02%51.96%-
HSV(B)115.56º18.49%57.25%-
XYZ21.4925.9521.33-
YUV135.45118.72117.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=31.35%
G=37.82%
B=30.83%

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
Decimal1211461190.1700.180.43115.5611.0251.96
Hex799277110122B74b34
Octal17122216721022531641364
Binary11110011001001011101111000101001010101111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799277; }

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

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

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

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

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

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

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

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