Html Css Color HEX #837072 Empress

📋 copy color: '#837072'

red 131 ◦ green 112 ◦ blue 114

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

Shades of Empress #837072

Tints of Empress #837072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 36.69%
G = 31.37%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#837072 (or 0x837072) is known color: Empress. HEX triplet: 83, 70 and 72. RGB value is (131,112,114). Sum of RGB (Red+Green+Blue) = 131+112+114=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #837072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837072 is #7C8F8D. Grayscale: #757575. Windows color (decimal): -8163214 or 7499907. OLE color: 7499907.

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

Color convert

RGB 131 112 114 -
CMYK 0 0.15 0.13 0.49
HSL 353.68º 0.08% 0.48% -
HSV(B) 353.68º 0.15% 0.51% -
XYZ 18.19 17.63 18.36 -
YUV 117.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 131 112 114 0 0.15 0.13 0.49 353.68 0.08 0.48
Hex 83 70 72 0 F D 31 162 8 30
Octal 203 160 162 0 17 15 61 542 10 60
Binary 10000011 1110000 1110010 0 1111 1101 110001 101100010 1000 110000

Color Harmonies of #837072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837072

Black with #837072

Text Example


Text Example

White with #837072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837072; }

 p { color: rgb(131,112,114); }

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

background-color css

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

 a { background-color: rgb(131,112,114); }

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

border-color css

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

 span { border-color: rgb(131,112,114); }

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