Html Css Color HEX #837375 Empress

📋 copy color: '#837375'

red 131 ◦ green 115 ◦ blue 117

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

Shades of Empress #837375

Tints of Empress #837375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 36.09%
G = 31.68%
B = 32.23%

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

#837375 (or 0x837375) is known color: Empress. HEX triplet: 83, 73 and 75. RGB value is (131,115,117). Sum of RGB (Red+Green+Blue) = 131+115+117=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #837375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837375 is #7C8C8A. Grayscale: #787878. Windows color (decimal): -8162443 or 7697283. OLE color: 7697283.

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

Color convert

RGB 131 115 117 -
CMYK 0 0.12 0.11 0.49
HSL 352.5º 0.07% 0.48% -
HSV(B) 352.5º 0.12% 0.51% -
XYZ 18.7 18.37 19.39 -
YUV 120.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 131 115 117 0 0.12 0.11 0.49 352.5 0.07 0.48
Hex 83 73 75 0 C B 31 160 7 30
Octal 203 163 165 0 14 13 61 540 7 60
Binary 10000011 1110011 1110101 0 1100 1011 110001 101100000 111 110000

Color Harmonies of #837375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837375

Black with #837375

Text Example


Text Example

White with #837375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837375; }

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

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

background-color css

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

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

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

border-color css

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

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

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