Html Css Color HEX #839776 Amulet

📋 copy color: '#839776'

red 131 ◦ green 151 ◦ blue 118

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

Shades of Amulet #839776

Tints of Amulet #839776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 32.75%
G = 37.75%
B = 29.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#839776 (or 0x839776) is known color: Amulet. HEX triplet: 83, 97 and 76. RGB value is (131,151,118). Sum of RGB (Red+Green+Blue) = 131+151+118=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #839776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839776 is #7C6889. Grayscale: #8D8D8D. Windows color (decimal): -8153226 or 7772035. OLE color: 7772035.

HSL color Cylindrical-coordinate representation of color #839776: hue angle of 96.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839776 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 118 -
CMYK 0.13 0 0.22 0.41
HSL 96.36º 0.14% 0.53% -
HSV(B) 96.36º 0.22% 0.59% -
XYZ 23.7 28.27 21.35 -
YUV 141.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 131 151 118 0.13 0 0.22 0.41 96.36 0.14 0.53
Hex 83 97 76 D 0 16 29 60 E 35
Octal 203 227 166 15 0 26 51 140 16 65
Binary 10000011 10010111 1110110 1101 0 10110 101001 1100000 1110 110101

Color Harmonies of #839776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839776

Black with #839776

Text Example


Text Example

White with #839776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839776; }

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

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

background-color css

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

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

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

border-color css

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

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

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