#877691

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

Shades of Topaz #877691

Tints of Topaz #877691

Color information

#877691 (or 0x877691) is unknown color: approx Topaz. HEX triplet: 87, 76 and 91. RGB value is (135,118,145). Sum of RGB (Red+Green+Blue) = 135+118+145=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #877691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877691 is #78896E. Grayscale: #7E7E7E. Windows color (decimal): -7899503 or 9533063. OLE color: 9533063.

HSL color Cylindrical-coordinate representation of color #877691: hue angle of 277.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877691 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135118145-
CMYK0.070.1900.43
HSL277.78º10.93%51.57%-
HSV(B)277.78º18.62%56.86%-
XYZ21.5820.1529.54-
YUV126.16138.63134.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 145 (57.03% from 255) = 36.43%
R=33.92%
G=29.65%
B=36.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351181450.070.1900.43277.7810.9351.57
Hex87769171302B116b34
Octal2071662217230534261364
Binary100001111110110100100011111001101010111000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877691; }

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

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

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

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

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

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

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

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