Html Css Color HEX #809D77 Amulet

📋 copy color: '#809D77'

red 128 ◦ green 157 ◦ blue 119

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

Shades of Amulet #809D77

Tints of Amulet #809D77

RGB

 RED value IS 128 (50.39% from 255) = 31.68%

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 31.68%
G = 38.86%
B = 29.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#809D77 (or 0x809D77) is known color: Amulet. HEX triplet: 80, 9D and 77. RGB value is (128,157,119). Sum of RGB (Red+Green+Blue) = 128+157+119=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #809D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D77 is #7F6288. Grayscale: #909090. Windows color (decimal): -8348297 or 7839104. OLE color: 7839104.

HSL color Cylindrical-coordinate representation of color #809D77: hue angle of 105.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809D77 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 119 -
CMYK 0.18 0 0.24 0.38
HSL 105.79º 0.16% 0.54% -
HSV(B) 105.79º 0.24% 0.62% -
XYZ 24.29 30.04 21.97 -
YUV 144 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 128 157 119 0.18 0 0.24 0.38 105.79 0.16 0.54
Hex 80 9D 77 12 0 18 26 6A 10 36
Octal 200 235 167 22 0 30 46 152 20 66
Binary 10000000 10011101 1110111 10010 0 11000 100110 1101010 10000 110110

Color Harmonies of #809D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D77

Black with #809D77

Text Example


Text Example

White with #809D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809D77; }

 p { color: rgb(128,157,119); }

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

background-color css

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

 a { background-color: rgb(128,157,119); }

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

border-color css

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

 span { border-color: rgb(128,157,119); }

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