#877274

Color #877274 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #877274

Tints of Empress #877274

Color information

#877274 (or 0x877274) is unknown color: approx Empress. HEX triplet: 87, 72 and 74. RGB value is (135,114,116). Sum of RGB (Red+Green+Blue) = 135+114+116=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877274 is #788D8B. Grayscale: #787878. Windows color (decimal): -7900556 or 7631495. OLE color: 7631495.

HSL color Cylindrical-coordinate representation of color #877274: hue angle of 354.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877274 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB135114116-
CMYK00.160.140.47
HSL354.29º8.43%48.82%-
HSV(B)354.29º15.56%52.94%-
XYZ19.1618.4519.07-
YUV120.51125.46138.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=36.99%
G=31.23%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511411600.160.140.47354.298.4348.82
Hex877274010E2F162831
Octal20716216402016575421061
Binary100001111110010111010001000011101011111011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877274; }

 p { color: rgb(135,114,116); }

 H1.HeaderClassName
 {
   color: #877274;
 }
 .AnyTagClassName
 {
   color: #877274;
 }
</style>
background-color css

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

 a { background-color: rgb(135,114,116); }

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

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

 span { border-color: rgb(135,114,116); }

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