Html Css Color HEX #799777 Davy's Grey

📋 copy color: '#799777'

red 121 ◦ green 151 ◦ blue 119

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

Shades of Davy's Grey #799777

Tints of Davy's Grey #799777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 30.95%
G = 38.62%
B = 30.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#799777 (or 0x799777) is known color: Davy's Grey. HEX triplet: 79, 97 and 77. RGB value is (121,151,119). Sum of RGB (Red+Green+Blue) = 121+151+119=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #799777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799777 is #866888. Grayscale: #8A8A8A. Windows color (decimal): -8808585 or 7837561. OLE color: 7837561.

HSL color Cylindrical-coordinate representation of color #799777: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799777 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 151 119 -
CMYK 0.20 0 0.21 0.41
HSL 116.25º 0.13% 0.53% -
HSV(B) 116.25º 0.21% 0.59% -
XYZ 22.28 27.53 21.59 -
YUV 138.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 121 151 119 0.20 0 0.21 0.41 116.25 0.13 0.53
Hex 79 97 77 14 0 15 29 74 D 35
Octal 171 227 167 24 0 25 51 164 15 65
Binary 1111001 10010111 1110111 10100 0 10101 101001 1110100 1101 110101

Color Harmonies of #799777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799777

Black with #799777

Text Example


Text Example

White with #799777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799777; }

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

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

background-color css

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

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

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

border-color css

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

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

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