Html Css Color HEX #799379 Davy's Grey

📋 copy color: '#799379'

red 121 ◦ green 147 ◦ blue 121

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

Shades of Davy's Grey #799379

Tints of Davy's Grey #799379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 31.11%
G = 37.79%
B = 31.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#799379 (or 0x799379) is known color: Davy's Grey. HEX triplet: 79, 93 and 79. RGB value is (121,147,121). Sum of RGB (Red+Green+Blue) = 121+147+121=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #799379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799379 is #866C86. Grayscale: #888888. Windows color (decimal): -8809607 or 7967609. OLE color: 7967609.

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

Color convert

RGB 121 147 121 -
CMYK 0.18 0 0.18 0.42
HSL 120º 0.11% 0.53% -
HSV(B) 120º 0.18% 0.58% -
XYZ 21.77 26.31 22.02 -
YUV 136.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 121 147 121 0.18 0 0.18 0.42 120 0.11 0.53
Hex 79 93 79 12 0 12 2A 78 B 35
Octal 171 223 171 22 0 22 52 170 13 65
Binary 1111001 10010011 1111001 10010 0 10010 101010 1111000 1011 110101

Color Harmonies of #799379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799379

Black with #799379

Text Example


Text Example

White with #799379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799379; }

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

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

background-color css

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

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

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

border-color css

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

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

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