Html Css Color HEX #857175 Empress

📋 copy color: '#857175'

red 133 ◦ green 113 ◦ blue 117

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

Shades of Empress #857175

Tints of Empress #857175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 36.64%
G = 31.13%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857175 (or 0x857175) is known color: Empress. HEX triplet: 85, 71 and 75. RGB value is (133,113,117). Sum of RGB (Red+Green+Blue) = 133+113+117=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857175 is #7A8E8A. Grayscale: #777777. Windows color (decimal): -8031883 or 7696773. OLE color: 7696773.

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

Color convert

RGB 133 113 117 -
CMYK 0 0.15 0.12 0.48
HSL 348º 0.08% 0.48% -
HSV(B) 348º 0.15% 0.52% -
XYZ 18.79 18.08 19.33 -
YUV 119.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 133 113 117 0 0.15 0.12 0.48 348 0.08 0.48
Hex 85 71 75 0 F C 30 15C 8 30
Octal 205 161 165 0 17 14 60 534 10 60
Binary 10000101 1110001 1110101 0 1111 1100 110000 101011100 1000 110000

Color Harmonies of #857175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857175

Black with #857175

Text Example


Text Example

White with #857175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857175; }

 p { color: rgb(133,113,117); }

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

background-color css

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

 a { background-color: rgb(133,113,117); }

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

border-color css

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

 span { border-color: rgb(133,113,117); }

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