Html Css Color HEX #809877 Amulet

📋 copy color: '#809877'

red 128 ◦ green 152 ◦ blue 119

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

Shades of Amulet #809877

Tints of Amulet #809877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 32.08%
G = 38.1%
B = 29.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#809877 (or 0x809877) is known color: Amulet. HEX triplet: 80, 98 and 77. RGB value is (128,152,119). Sum of RGB (Red+Green+Blue) = 128+152+119=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #809877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809877 is #7F6788. Grayscale: #8D8D8D. Windows color (decimal): -8349577 or 7837824. OLE color: 7837824.

HSL color Cylindrical-coordinate representation of color #809877: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809877 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 119 -
CMYK 0.16 0 0.22 0.40
HSL 103.64º 0.14% 0.53% -
HSV(B) 103.64º 0.22% 0.6% -
XYZ 23.46 28.38 21.69 -
YUV 141.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 128 152 119 0.16 0 0.22 0.40 103.64 0.14 0.53
Hex 80 98 77 10 0 16 28 68 E 35
Octal 200 230 167 20 0 26 50 150 16 65
Binary 10000000 10011000 1110111 10000 0 10110 101000 1101000 1110 110101

Color Harmonies of #809877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809877

Black with #809877

Text Example


Text Example

White with #809877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809877; }

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

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

background-color css

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

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

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

border-color css

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

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

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