Html Css Color HEX #80957D Amulet

📋 copy color: '#80957D'

red 128 ◦ green 149 ◦ blue 125

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

Shades of Amulet #80957D

Tints of Amulet #80957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 31.84%
G = 37.06%
B = 31.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#80957D (or 0x80957D) is known color: Amulet. HEX triplet: 80, 95 and 7D. RGB value is (128,149,125). Sum of RGB (Red+Green+Blue) = 128+149+125=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #80957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957D is #7F6A82. Grayscale: #8C8C8C. Windows color (decimal): -8350339 or 8230272. OLE color: 8230272.

HSL color Cylindrical-coordinate representation of color #80957D: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80957D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 125 -
CMYK 0.14 0 0.16 0.42
HSL 112.5º 0.1% 0.54% -
HSV(B) 112.5º 0.16% 0.58% -
XYZ 23.35 27.56 23.49 -
YUV 139.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 128 149 125 0.14 0 0.16 0.42 112.5 0.1 0.54
Hex 80 95 7D E 0 10 2A 70 A 36
Octal 200 225 175 16 0 20 52 160 12 66
Binary 10000000 10010101 1111101 1110 0 10000 101010 1110000 1010 110110

Color Harmonies of #80957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80957D

Black with #80957D

Text Example


Text Example

White with #80957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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