#877893

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

Shades of Topaz #877893

Tints of Topaz #877893

Color information

#877893 (or 0x877893) is unknown color: approx Topaz. HEX triplet: 87, 78 and 93. RGB value is (135,120,147). Sum of RGB (Red+Green+Blue) = 135+120+147=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #877893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877893 is #78876C. Grayscale: #7F7F7F. Windows color (decimal): -7898989 or 9664647. OLE color: 9664647.

HSL color Cylindrical-coordinate representation of color #877893: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877893 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135120147-
CMYK0.080.1800.42
HSL273.33º11.11%52.35%-
HSV(B)273.33º18.37%57.65%-
XYZ21.9720.6930.44-
YUV127.56138.97133.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=33.58%
G=29.85%
B=36.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351201470.080.1800.42273.3311.1152.35
Hex87789381202A111b34
Octal20717022310220524211364
Binary1000011111110001001001110001001001010101000100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877893; }

 p { color: rgb(135,120,147); }

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

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

 a { background-color: rgb(135,120,147); }

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

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

 span { border-color: rgb(135,120,147); }

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