Html Css Color HEX #837374 Empress

📋 copy color: '#837374'

red 131 ◦ green 115 ◦ blue 116

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

Shades of Empress #837374

Tints of Empress #837374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 36.19%
G = 31.77%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837374 (or 0x837374) is known color: Empress. HEX triplet: 83, 73 and 74. RGB value is (131,115,116). Sum of RGB (Red+Green+Blue) = 131+115+116=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #837374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837374 is #7C8C8B. Grayscale: #777777. Windows color (decimal): -8162444 or 7631747. OLE color: 7631747.

HSL color Cylindrical-coordinate representation of color #837374: hue angle of 356.25º 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 #837374 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 116 -
CMYK 0 0.12 0.11 0.49
HSL 356.25º 0.07% 0.48% -
HSV(B) 356.25º 0.12% 0.51% -
XYZ 18.64 18.35 19.08 -
YUV 119.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 131 115 116 0 0.12 0.11 0.49 356.25 0.07 0.48
Hex 83 73 74 0 C B 31 164 7 30
Octal 203 163 164 0 14 13 61 544 7 60
Binary 10000011 1110011 1110100 0 1100 1011 110001 101100100 111 110000

Color Harmonies of #837374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837374

Black with #837374

Text Example


Text Example

White with #837374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837374; }

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

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

background-color css

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

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

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

border-color css

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

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

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