Html Css Color HEX #856B72 Empress

📋 copy color: '#856B72'

red 133 ◦ green 107 ◦ blue 114

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

Shades of Empress #856B72

Tints of Empress #856B72

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

 GREEN value IS 107 (42.19% from 255) = 30.23%

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

R = 37.57%
G = 30.23%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856B72 (or 0x856B72) is known color: Empress. HEX triplet: 85, 6B and 72. RGB value is (133,107,114). Sum of RGB (Red+Green+Blue) = 133+107+114=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B72 is #7A948D. Grayscale: #737373. Windows color (decimal): -8033422 or 7498629. OLE color: 7498629.

HSL color Cylindrical-coordinate representation of color #856B72: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856B72 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 114 -
CMYK 0 0.20 0.14 0.48
HSL 343.85º 0.11% 0.47% -
HSV(B) 343.85º 0.2% 0.52% -
XYZ 17.97 16.72 18.2 -
YUV 115.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 133 107 114 0 0.20 0.14 0.48 343.85 0.11 0.47
Hex 85 6B 72 0 14 E 30 158 B 2F
Octal 205 153 162 0 24 16 60 530 13 57
Binary 10000101 1101011 1110010 0 10100 1110 110000 101011000 1011 101111

Color Harmonies of #856B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B72

Black with #856B72

Text Example


Text Example

White with #856B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B72; }

 p { color: rgb(133,107,114); }

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

background-color css

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

 a { background-color: rgb(133,107,114); }

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

border-color css

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

 span { border-color: rgb(133,107,114); }

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