#877793

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

Shades of Topaz #877793

Tints of Topaz #877793

Color information

#877793 (or 0x877793) is unknown color: approx Topaz. HEX triplet: 87, 77 and 93. RGB value is (135,119,147). Sum of RGB (Red+Green+Blue) = 135+119+147=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #877793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877793 is #78886C. Grayscale: #7E7E7E. Windows color (decimal): -7899245 or 9664391. OLE color: 9664391.

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

Color convert

RGB135119147-
CMYK0.080.1900.42
HSL274.29º11.48%52.16%-
HSV(B)274.29º19.05%57.65%-
XYZ21.8520.4530.4-
YUV126.98139.3133.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=33.67%
G=29.68%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351191470.080.1900.42274.2911.4852.16
Hex87779381302A112b34
Octal20716722310230524221364
Binary1000011111101111001001110001001101010101000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877793; }

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

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

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

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

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

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

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

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