Html Css Color HEX #799279 Davy's Grey

📋 copy color: '#799279'

red 121 ◦ green 146 ◦ blue 121

#799279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #799279

Tints of Davy's Grey #799279

RGB

 RED value IS 121 (47.66% from 255) = 31.19%

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 31.19%
G = 37.63%
B = 31.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#799279 (or 0x799279) is known color: Davy's Grey. HEX triplet: 79, 92 and 79. RGB value is (121,146,121). Sum of RGB (Red+Green+Blue) = 121+146+121=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #799279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799279 is #866D86. Grayscale: #878787. Windows color (decimal): -8809863 or 7967353. OLE color: 7967353.

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

Color convert

RGB 121 146 121 -
CMYK 0.17 0 0.17 0.43
HSL 120º 0.1% 0.52% -
HSV(B) 120º 0.17% 0.57% -
XYZ 21.62 26 21.97 -
YUV 135.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 121 146 121 0.17 0 0.17 0.43 120 0.1 0.52
Hex 79 92 79 11 0 11 2B 78 A 34
Octal 171 222 171 21 0 21 53 170 12 64
Binary 1111001 10010010 1111001 10001 0 10001 101011 1111000 1010 110100

Color Harmonies of #799279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799279

Black with #799279

Text Example


Text Example

White with #799279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799279; }

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

 H1.HeaderClassName
 {
   color: #799279;
 }
 .AnyTagClassName
 {
   color: #799279;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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