Html Css Color HEX #857475 Empress

📋 copy color: '#857475'

red 133 ◦ green 116 ◦ blue 117

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

Shades of Empress #857475

Tints of Empress #857475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 36.34%
G = 31.69%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857475 (or 0x857475) is known color: Empress. HEX triplet: 85, 74 and 75. RGB value is (133,116,117). Sum of RGB (Red+Green+Blue) = 133+116+117=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857475 is #7A8B8A. Grayscale: #797979. Windows color (decimal): -8031115 or 7697541. OLE color: 7697541.

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

Color convert

RGB 133 116 117 -
CMYK 0 0.13 0.12 0.48
HSL 356.47º 0.07% 0.49% -
HSV(B) 356.47º 0.13% 0.52% -
XYZ 19.13 18.76 19.44 -
YUV 121.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 133 116 117 0 0.13 0.12 0.48 356.47 0.07 0.49
Hex 85 74 75 0 D C 30 164 7 31
Octal 205 164 165 0 15 14 60 544 7 61
Binary 10000101 1110100 1110101 0 1101 1100 110000 101100100 111 110001

Color Harmonies of #857475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857475

Black with #857475

Text Example


Text Example

White with #857475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857475; }

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

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

background-color css

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

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

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

border-color css

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

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

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