Html Css Color HEX #857378 Empress

📋 copy color: '#857378'

red 133 ◦ green 115 ◦ blue 120

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

Shades of Empress #857378

Tints of Empress #857378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 36.14%
G = 31.25%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857378 (or 0x857378) is known color: Empress. HEX triplet: 85, 73 and 78. RGB value is (133,115,120). Sum of RGB (Red+Green+Blue) = 133+115+120=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857378 is #7A8C87. Grayscale: #787878. Windows color (decimal): -8031368 or 7893893. OLE color: 7893893.

HSL color Cylindrical-coordinate representation of color #857378: hue angle of 343.33º 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 #857378 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 120 -
CMYK 0 0.14 0.10 0.48
HSL 343.33º 0.07% 0.49% -
HSV(B) 343.33º 0.14% 0.52% -
XYZ 19.19 18.6 20.35 -
YUV 120.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 133 115 120 0 0.14 0.10 0.48 343.33 0.07 0.49
Hex 85 73 78 0 E A 30 157 7 31
Octal 205 163 170 0 16 12 60 527 7 61
Binary 10000101 1110011 1111000 0 1110 1010 110000 101010111 111 110001

Color Harmonies of #857378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857378

Black with #857378

Text Example


Text Example

White with #857378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857378; }

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

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

background-color css

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

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

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

border-color css

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

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

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