Html Css Color HEX #809777 Amulet

📋 copy color: '#809777'

red 128 ◦ green 151 ◦ blue 119

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

Shades of Amulet #809777

Tints of Amulet #809777

RGB

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

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

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

R = 32.16%
G = 37.94%
B = 29.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#809777 (or 0x809777) is known color: Amulet. HEX triplet: 80, 97 and 77. RGB value is (128,151,119). Sum of RGB (Red+Green+Blue) = 128+151+119=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #809777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809777 is #7F6888. Grayscale: #8C8C8C. Windows color (decimal): -8349833 or 7837568. OLE color: 7837568.

HSL color Cylindrical-coordinate representation of color #809777: hue angle of 103.12º 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 #809777 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 151 119 -
CMYK 0.15 0 0.21 0.41
HSL 103.13º 0.13% 0.53% -
HSV(B) 103.13º 0.21% 0.59% -
XYZ 23.3 28.05 21.64 -
YUV 140.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 128 151 119 0.15 0 0.21 0.41 103.13 0.13 0.53
Hex 80 97 77 F 0 15 29 67 D 35
Octal 200 227 167 17 0 25 51 147 15 65
Binary 10000000 10010111 1110111 1111 0 10101 101001 1100111 1101 110101

Color Harmonies of #809777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809777

Black with #809777

Text Example


Text Example

White with #809777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809777; }

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

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

background-color css

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

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

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

border-color css

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

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

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