#877795

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

Shades of Topaz #877795

Tints of Topaz #877795

Color information

#877795 (or 0x877795) is unknown color: approx Topaz. HEX triplet: 87, 77 and 95. RGB value is (135,119,149). Sum of RGB (Red+Green+Blue) = 135+119+149=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #877795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877795 is #78886A. Grayscale: #7F7F7F. Windows color (decimal): -7899243 or 9795463. OLE color: 9795463.

HSL color Cylindrical-coordinate representation of color #877795: hue angle of 272º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877795 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135119149-
CMYK0.090.2000.42
HSL272º12.4%52.55%-
HSV(B)272º20.13%58.43%-
XYZ22.0120.5131.23-
YUV127.2140.3133.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=33.50%
G=29.53%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351191490.090.2000.4227212.452.55
Hex87779591402A110c35
Octal20716722511240524201465
Binary1000011111101111001010110011010001010101000100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877795; }

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

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

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

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

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

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

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

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