Html Css Color HEX #837476 Empress

📋 copy color: '#837476'

red 131 ◦ green 116 ◦ blue 118

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

Shades of Empress #837476

Tints of Empress #837476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 35.89%
G = 31.78%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837476 (or 0x837476) is known color: Empress. HEX triplet: 83, 74 and 76. RGB value is (131,116,118). Sum of RGB (Red+Green+Blue) = 131+116+118=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #837476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837476 is #7C8B89. Grayscale: #787878. Windows color (decimal): -8162186 or 7763075. OLE color: 7763075.

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

Color convert

RGB 131 116 118 -
CMYK 0 0.11 0.10 0.49
HSL 352º 0.06% 0.48% -
HSV(B) 352º 0.11% 0.51% -
XYZ 18.88 18.62 19.74 -
YUV 120.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 131 116 118 0 0.11 0.10 0.49 352 0.06 0.48
Hex 83 74 76 0 B A 31 160 6 30
Octal 203 164 166 0 13 12 61 540 6 60
Binary 10000011 1110100 1110110 0 1011 1010 110001 101100000 110 110000

Color Harmonies of #837476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837476

Black with #837476

Text Example


Text Example

White with #837476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837476; }

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

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

background-color css

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

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

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

border-color css

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

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

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