Html Css Color HEX #857374 Empress

📋 copy color: '#857374'

red 133 ◦ green 115 ◦ blue 116

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

Shades of Empress #857374

Tints of Empress #857374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 36.54%
G = 31.59%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#857374 (or 0x857374) is known color: Empress. HEX triplet: 85, 73 and 74. RGB value is (133,115,116). Sum of RGB (Red+Green+Blue) = 133+115+116=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857374 is #7A8C8B. Grayscale: #787878. Windows color (decimal): -8031372 or 7631749. OLE color: 7631749.

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

Color convert

RGB 133 115 116 -
CMYK 0 0.14 0.13 0.48
HSL 356.67º 0.07% 0.49% -
HSV(B) 356.67º 0.14% 0.52% -
XYZ 18.96 18.51 19.1 -
YUV 120.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 133 115 116 0 0.14 0.13 0.48 356.67 0.07 0.49
Hex 85 73 74 0 E D 30 165 7 31
Octal 205 163 164 0 16 15 60 545 7 61
Binary 10000101 1110011 1110100 0 1110 1101 110000 101100101 111 110001

Color Harmonies of #857374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857374

Black with #857374

Text Example


Text Example

White with #857374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857374; }

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

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

background-color css

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

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

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

border-color css

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

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

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