#877791

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

Shades of Topaz #877791

Tints of Topaz #877791

Color information

#877791 (or 0x877791) is unknown color: approx Topaz. HEX triplet: 87, 77 and 91. RGB value is (135,119,145). Sum of RGB (Red+Green+Blue) = 135+119+145=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #877791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877791 is #78886E. Grayscale: #7E7E7E. Windows color (decimal): -7899247 or 9533319. OLE color: 9533319.

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

Color convert

RGB135119145-
CMYK0.070.1800.43
HSL276.92º10.57%51.76%-
HSV(B)276.92º17.93%56.86%-
XYZ21.720.3929.58-
YUV126.75138.3133.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=33.83%
G=29.82%
B=36.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351191450.070.1800.43276.9210.5751.76
Hex87779171202B115b34
Octal2071672217220534251364
Binary100001111110111100100011111001001010111000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877791; }

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

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

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

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

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

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

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

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