#81977C

Color #81977C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #81977C

Tints of Amulet #81977C

Color information

#81977C (or 0x81977C) is unknown color: approx Amulet. HEX triplet: 81, 97 and 7C. RGB value is (129,151,124). Sum of RGB (Red+Green+Blue) = 129+151+124=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #81977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81977C is #7E6883. Grayscale: #8D8D8D. Windows color (decimal): -8284292 or 8165249. OLE color: 8165249.

HSL color Cylindrical-coordinate representation of color #81977C: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81977C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB129151124-
CMYK0.1500.180.41
HSL108.89º11.49%53.92%-
HSV(B)108.89º17.88%59.22%-
XYZ23.7628.2623.27-
YUV141.34118.21119.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=31.93%
G=37.38%
B=30.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291511240.1500.180.41108.8911.4953.92
Hex81977CF012296db36
Octal20122717417022511551366
Binary10000001100101111111100111101001010100111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81977C; }

 p { color: rgb(129,151,124); }

 H1.HeaderClassName
 {
   color: #81977C;
 }
 .AnyTagClassName
 {
   color: #81977C;
 }
</style>
background-color css

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

 a { background-color: rgb(129,151,124); }

 div.DivClassName
 {
   background-color: #81977C;
 }
 .BgClassName
 {
   background-color: #81977C;
 }
</style>
border-color css

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

 span { border-color: rgb(129,151,124); }

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