Html Css Color HEX #81997C Amulet

📋 copy color: '#81997C'

red 129 ◦ green 153 ◦ blue 124

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

Shades of Amulet #81997C

Tints of Amulet #81997C

RGB

 RED value IS 129 (50.78% from 255) = 31.77%

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 31.77%
G = 37.68%
B = 30.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#81997C (or 0x81997C) is known color: Amulet. HEX triplet: 81, 99 and 7C. RGB value is (129,153,124). Sum of RGB (Red+Green+Blue) = 129+153+124=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #81997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81997C is #7E6683. Grayscale: #8E8E8E. Windows color (decimal): -8283780 or 8165761. OLE color: 8165761.

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

Color convert

RGB 129 153 124 -
CMYK 0.16 0 0.19 0.4
HSL 109.66º 0.12% 0.54% -
HSV(B) 109.66º 0.19% 0.6% -
XYZ 24.08 28.9 23.38 -
YUV 142.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 129 153 124 0.16 0 0.19 0.4 109.66 0.12 0.54
Hex 81 99 7C 10 0 13 28 6E C 36
Octal 201 231 174 20 0 23 50 156 14 66
Binary 10000001 10011001 1111100 10000 0 10011 101000 1101110 1100 110110

Color Harmonies of #81997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81997C

Black with #81997C

Text Example


Text Example

White with #81997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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