Html Css Color HEX #799577 Davy's Grey

📋 copy color: '#799577'

red 121 ◦ green 149 ◦ blue 119

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

Shades of Davy's Grey #799577

Tints of Davy's Grey #799577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 31.11%
G = 38.3%
B = 30.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#799577 (or 0x799577) is known color: Davy's Grey. HEX triplet: 79, 95 and 77. RGB value is (121,149,119). Sum of RGB (Red+Green+Blue) = 121+149+119=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #799577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799577 is #866A88. Grayscale: #898989. Windows color (decimal): -8809097 or 7837049. OLE color: 7837049.

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

Color convert

RGB 121 149 119 -
CMYK 0.19 0 0.20 0.42
HSL 116º 0.12% 0.53% -
HSV(B) 116º 0.2% 0.58% -
XYZ 21.96 26.89 21.49 -
YUV 137.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 121 149 119 0.19 0 0.20 0.42 116 0.12 0.53
Hex 79 95 77 13 0 14 2A 74 C 35
Octal 171 225 167 23 0 24 52 164 14 65
Binary 1111001 10010101 1110111 10011 0 10100 101010 1110100 1100 110101

Color Harmonies of #799577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799577

Black with #799577

Text Example


Text Example

White with #799577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799577; }

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

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

background-color css

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

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

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

border-color css

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

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

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