Html Css Color HEX #799077 Davy's Grey

📋 copy color: '#799077'

red 121 ◦ green 144 ◦ blue 119

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

Shades of Davy's Grey #799077

Tints of Davy's Grey #799077

RGB

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

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

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

R = 31.51%
G = 37.5%
B = 30.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#799077 (or 0x799077) is known color: Davy's Grey. HEX triplet: 79, 90 and 77. RGB value is (121,144,119). Sum of RGB (Red+Green+Blue) = 121+144+119=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #799077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799077 is #866F88. Grayscale: #868686. Windows color (decimal): -8810377 or 7835769. OLE color: 7835769.

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

Color convert

RGB 121 144 119 -
CMYK 0.16 0 0.17 0.44
HSL 115.2º 0.1% 0.52% -
HSV(B) 115.2º 0.17% 0.56% -
XYZ 21.19 25.34 21.23 -
YUV 134.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 121 144 119 0.16 0 0.17 0.44 115.2 0.1 0.52
Hex 79 90 77 10 0 11 2C 73 A 34
Octal 171 220 167 20 0 21 54 163 12 64
Binary 1111001 10010000 1110111 10000 0 10001 101100 1110011 1010 110100

Color Harmonies of #799077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799077

Black with #799077

Text Example


Text Example

White with #799077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799077; }

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

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

background-color css

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

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

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

border-color css

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

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

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