#877594

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

Shades of Topaz #877594

Tints of Topaz #877594

Color information

#877594 (or 0x877594) is unknown color: approx Topaz. HEX triplet: 87, 75 and 94. RGB value is (135,117,148). Sum of RGB (Red+Green+Blue) = 135+117+148=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #877594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877594 is #788A6B. Grayscale: #7D7D7D. Windows color (decimal): -7899756 or 9729415. OLE color: 9729415.

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

Color convert

RGB135117148-
CMYK0.090.2100.42
HSL274.84º12.65%51.96%-
HSV(B)274.84º20.95%58.04%-
XYZ21.720.0130.74-
YUV125.92140.46134.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 148 (58.20% from 255) = 37%
R=33.75%
G=29.25%
B=37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351171480.090.2100.42274.8412.6551.96
Hex87759491502A113d34
Octal20716522411250524231564
Binary1000011111101011001010010011010101010101000100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877594; }

 p { color: rgb(135,117,148); }

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

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

 a { background-color: rgb(135,117,148); }

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

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

 span { border-color: rgb(135,117,148); }

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