Html Css Color HEX #877A7C Empress

📋 copy color: '#877A7C'

red 135 ◦ green 122 ◦ blue 124

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

Shades of Empress #877A7C

Tints of Empress #877A7C

RGB

 RED value IS 135 (53.13% from 255) = 35.43%

 GREEN value IS 122 (48.05% from 255) = 32.02%

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

R = 35.43%
G = 32.02%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#877A7C (or 0x877A7C) is known color: Empress. HEX triplet: 87, 7A and 7C. RGB value is (135,122,124). Sum of RGB (Red+Green+Blue) = 135+122+124=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7C is #788583. Grayscale: #7E7E7E. Windows color (decimal): -7898500 or 8157831. OLE color: 8157831.

HSL color Cylindrical-coordinate representation of color #877A7C: hue angle of 350.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A7C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 122 124 -
CMYK 0 0.10 0.08 0.47
HSL 350.77º 0.05% 0.5% -
HSV(B) 350.77º 0.1% 0.53% -
XYZ 20.59 20.53 21.95 -
YUV 126.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 135 122 124 0 0.10 0.08 0.47 350.77 0.05 0.5
Hex 87 7A 7C 0 A 8 2F 15F 5 32
Octal 207 172 174 0 12 10 57 537 5 62
Binary 10000111 1111010 1111100 0 1010 1000 101111 101011111 101 110010

Color Harmonies of #877A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A7C

Black with #877A7C

Text Example


Text Example

White with #877A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877A7C; }

 p { color: rgb(135,122,124); }

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

background-color css

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

 a { background-color: rgb(135,122,124); }

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

border-color css

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

 span { border-color: rgb(135,122,124); }

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