Html Css Color HEX #83977E Amulet

📋 copy color: '#83977E'

red 131 ◦ green 151 ◦ blue 126

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

Shades of Amulet #83977E

Tints of Amulet #83977E

RGB

 RED value IS 131 (51.56% from 255) = 32.11%

 GREEN value IS 151 (59.38% from 255) = 37.01%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 32.11%
G = 37.01%
B = 30.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#83977E (or 0x83977E) is known color: Amulet. HEX triplet: 83, 97 and 7E. RGB value is (131,151,126). Sum of RGB (Red+Green+Blue) = 131+151+126=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #83977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83977E is #7C6881. Grayscale: #8E8E8E. Windows color (decimal): -8153218 or 8296323. OLE color: 8296323.

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

Color convert

RGB 131 151 126 -
CMYK 0.13 0 0.17 0.41
HSL 108º 0.11% 0.54% -
HSV(B) 108º 0.17% 0.59% -
XYZ 24.19 28.46 23.96 -
YUV 142.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 131 151 126 0.13 0 0.17 0.41 108 0.11 0.54
Hex 83 97 7E D 0 11 29 6C B 36
Octal 203 227 176 15 0 21 51 154 13 66
Binary 10000011 10010111 1111110 1101 0 10001 101001 1101100 1011 110110

Color Harmonies of #83977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83977E

Black with #83977E

Text Example


Text Example

White with #83977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83977E; }

 p { color: rgb(131,151,126); }

 H1.HeaderClassName
 {
   color: #83977E;
 }
 .AnyTagClassName
 {
   color: #83977E;
 }
</style>

background-color css

<style>
 a { background-color: #83977E; }

 a { background-color: rgb(131,151,126); }

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

border-color css

<style>
 span { border-color: #83977E; }

 span { border-color: rgb(131,151,126); }

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