Html Css Color HEX #857B7C Empress

📋 copy color: '#857B7C'

red 133 ◦ green 123 ◦ blue 124

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

Shades of Empress #857B7C

Tints of Empress #857B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 35%
G = 32.37%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#857B7C (or 0x857B7C) is known color: Empress. HEX triplet: 85, 7B and 7C. RGB value is (133,123,124). Sum of RGB (Red+Green+Blue) = 133+123+124=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #857B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B7C is #7A8483. Grayscale: #7E7E7E. Windows color (decimal): -8029316 or 8158085. OLE color: 8158085.

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

Color convert

RGB 133 123 124 -
CMYK 0 0.08 0.07 0.48
HSL 354º 0.04% 0.5% -
HSV(B) 354º 0.08% 0.52% -
XYZ 20.39 20.61 21.97 -
YUV 126.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 133 123 124 0 0.08 0.07 0.48 354 0.04 0.5
Hex 85 7B 7C 0 8 7 30 162 4 32
Octal 205 173 174 0 10 7 60 542 4 62
Binary 10000101 1111011 1111100 0 1000 111 110000 101100010 100 110010

Color Harmonies of #857B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B7C

Black with #857B7C

Text Example


Text Example

White with #857B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B7C; }

 p { color: rgb(133,123,124); }

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

background-color css

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

 a { background-color: rgb(133,123,124); }

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

border-color css

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

 span { border-color: rgb(133,123,124); }

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