#877796

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

Shades of Topaz #877796

Tints of Topaz #877796

Color information

#877796 (or 0x877796) is unknown color: approx Topaz. HEX triplet: 87, 77 and 96. RGB value is (135,119,150). Sum of RGB (Red+Green+Blue) = 135+119+150=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #877796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877796 is #788869. Grayscale: #7F7F7F. Windows color (decimal): -7899242 or 9860999. OLE color: 9860999.

HSL color Cylindrical-coordinate representation of color #877796: hue angle of 270.97º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877796 is Cyan = 0.1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135119150-
CMYK0.10.2100.41
HSL270.97º12.86%52.75%-
HSV(B)270.97º20.67%58.82%-
XYZ22.0920.5531.66-
YUV127.32140.8133.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=33.42%
G=29.46%
B=37.13%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351191500.10.2100.41270.9712.8652.75
Hex877796A1502910fd35
Octal20716722612250514171565
Binary1000011111101111001011010101010101010011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877796; }

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

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

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

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

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

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

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

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