Html Css Color HEX #80987D Amulet

📋 copy color: '#80987D'

red 128 ◦ green 152 ◦ blue 125

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

Shades of Amulet #80987D

Tints of Amulet #80987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 31.6%
G = 37.53%
B = 30.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#80987D (or 0x80987D) is known color: Amulet. HEX triplet: 80, 98 and 7D. RGB value is (128,152,125). Sum of RGB (Red+Green+Blue) = 128+152+125=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #80987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80987D is #7F6782. Grayscale: #8D8D8D. Windows color (decimal): -8349571 or 8231040. OLE color: 8231040.

HSL color Cylindrical-coordinate representation of color #80987D: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80987D is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 125 -
CMYK 0.16 0 0.18 0.40
HSL 113.33º 0.12% 0.54% -
HSV(B) 113.33º 0.18% 0.6% -
XYZ 23.83 28.53 23.65 -
YUV 141.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 128 152 125 0.16 0 0.18 0.40 113.33 0.12 0.54
Hex 80 98 7D 10 0 12 28 71 C 36
Octal 200 230 175 20 0 22 50 161 14 66
Binary 10000000 10011000 1111101 10000 0 10010 101000 1110001 1100 110110

Color Harmonies of #80987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80987D

Black with #80987D

Text Example


Text Example

White with #80987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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