Html Css Color HEX #80957A Amulet

📋 copy color: '#80957A'

red 128 ◦ green 149 ◦ blue 122

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

Shades of Amulet #80957A

Tints of Amulet #80957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 32.08%
G = 37.34%
B = 30.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#80957A (or 0x80957A) is known color: Amulet. HEX triplet: 80, 95 and 7A. RGB value is (128,149,122). Sum of RGB (Red+Green+Blue) = 128+149+122=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #80957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957A is #7F6A85. Grayscale: #8B8B8B. Windows color (decimal): -8350342 or 8033664. OLE color: 8033664.

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

Color convert

RGB 128 149 122 -
CMYK 0.14 0 0.18 0.42
HSL 106.67º 0.11% 0.53% -
HSV(B) 106.67º 0.18% 0.58% -
XYZ 23.16 27.49 22.5 -
YUV 139.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 128 149 122 0.14 0 0.18 0.42 106.67 0.11 0.53
Hex 80 95 7A E 0 12 2A 6B B 35
Octal 200 225 172 16 0 22 52 153 13 65
Binary 10000000 10010101 1111010 1110 0 10010 101010 1101011 1011 110101

Color Harmonies of #80957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80957A

Black with #80957A

Text Example


Text Example

White with #80957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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