Html Css Color HEX #837376 Empress

📋 copy color: '#837376'

red 131 ◦ green 115 ◦ blue 118

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

Shades of Empress #837376

Tints of Empress #837376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

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

R = 35.99%
G = 31.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837376 (or 0x837376) is known color: Empress. HEX triplet: 83, 73 and 76. RGB value is (131,115,118). Sum of RGB (Red+Green+Blue) = 131+115+118=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837376 is #7C8C89. Grayscale: #787878. Windows color (decimal): -8162442 or 7762819. OLE color: 7762819.

HSL color Cylindrical-coordinate representation of color #837376: hue angle of 348.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837376 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 118 -
CMYK 0 0.12 0.10 0.49
HSL 348.75º 0.07% 0.48% -
HSV(B) 348.75º 0.12% 0.51% -
XYZ 18.76 18.39 19.7 -
YUV 120.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 131 115 118 0 0.12 0.10 0.49 348.75 0.07 0.48
Hex 83 73 76 0 C A 31 15D 7 30
Octal 203 163 166 0 14 12 61 535 7 60
Binary 10000011 1110011 1110110 0 1100 1010 110001 101011101 111 110000

Color Harmonies of #837376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837376

Black with #837376

Text Example


Text Example

White with #837376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837376; }

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

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

background-color css

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

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

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

border-color css

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

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

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