#877690

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

Shades of Topaz #877690

Tints of Topaz #877690

Color information

#877690 (or 0x877690) is unknown color: approx Topaz. HEX triplet: 87, 76 and 90. RGB value is (135,118,144). Sum of RGB (Red+Green+Blue) = 135+118+144=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #877690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877690 is #78896F. Grayscale: #7D7D7D. Windows color (decimal): -7899504 or 9467527. OLE color: 9467527.

HSL color Cylindrical-coordinate representation of color #877690: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877690 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135118144-
CMYK0.060.1800.44
HSL279.23º10.48%51.37%-
HSV(B)279.23º18.06%56.47%-
XYZ21.520.1229.14-
YUV126.05138.13134.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=34.01%
G=29.72%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351181440.060.1800.44279.2310.4851.37
Hex87769061202C117a33
Octal2071662206220544271263
Binary100001111110110100100001101001001011001000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877690; }

 p { color: rgb(135,118,144); }

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

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

 a { background-color: rgb(135,118,144); }

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

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

 span { border-color: rgb(135,118,144); }

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