Html Css Color HEX #799079 Davy's Grey

📋 copy color: '#799079'

red 121 ◦ green 144 ◦ blue 121

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

Shades of Davy's Grey #799079

Tints of Davy's Grey #799079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 31.35%
G = 37.31%
B = 31.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#799079 (or 0x799079) is known color: Davy's Grey. HEX triplet: 79, 90 and 79. RGB value is (121,144,121). Sum of RGB (Red+Green+Blue) = 121+144+121=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #799079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799079 is #866F86. Grayscale: #868686. Windows color (decimal): -8810375 or 7966841. OLE color: 7966841.

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

Color convert

RGB 121 144 121 -
CMYK 0.16 0 0.16 0.44
HSL 120º 0.09% 0.52% -
HSV(B) 120º 0.16% 0.56% -
XYZ 21.31 25.39 21.87 -
YUV 134.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 121 144 121 0.16 0 0.16 0.44 120 0.09 0.52
Hex 79 90 79 10 0 10 2C 78 9 34
Octal 171 220 171 20 0 20 54 170 11 64
Binary 1111001 10010000 1111001 10000 0 10000 101100 1111000 1001 110100

Color Harmonies of #799079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799079

Black with #799079

Text Example


Text Example

White with #799079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799079; }

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

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

background-color css

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

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

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

border-color css

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

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

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