Html Css Color HEX #799177 Davy's Grey

📋 copy color: '#799177'

red 121 ◦ green 145 ◦ blue 119

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

Shades of Davy's Grey #799177

Tints of Davy's Grey #799177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

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

R = 31.43%
G = 37.66%
B = 30.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#799177 (or 0x799177) is known color: Davy's Grey. HEX triplet: 79, 91 and 77. RGB value is (121,145,119). Sum of RGB (Red+Green+Blue) = 121+145+119=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #799177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799177 is #866E88. Grayscale: #868686. Windows color (decimal): -8810121 or 7836025. OLE color: 7836025.

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

Color convert

RGB 121 145 119 -
CMYK 0.17 0 0.18 0.43
HSL 115.38º 0.11% 0.52% -
HSV(B) 115.38º 0.18% 0.57% -
XYZ 21.34 25.65 21.28 -
YUV 134.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 121 145 119 0.17 0 0.18 0.43 115.38 0.11 0.52
Hex 79 91 77 11 0 12 2B 73 B 34
Octal 171 221 167 21 0 22 53 163 13 64
Binary 1111001 10010001 1110111 10001 0 10010 101011 1110011 1011 110100

Color Harmonies of #799177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799177

Black with #799177

Text Example


Text Example

White with #799177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799177; }

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

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

background-color css

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

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

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

border-color css

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

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

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