#877492

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

Shades of Topaz #877492

Tints of Topaz #877492

Color information

#877492 (or 0x877492) is unknown color: approx Topaz. HEX triplet: 87, 74 and 92. RGB value is (135,116,146). Sum of RGB (Red+Green+Blue) = 135+116+146=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #877492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877492 is #788B6D. Grayscale: #7D7D7D. Windows color (decimal): -7900014 or 9598087. OLE color: 9598087.

HSL color Cylindrical-coordinate representation of color #877492: hue angle of 278º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877492 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135116146-
CMYK0.080.2100.43
HSL278º12.1%51.37%-
HSV(B)278º20.55%57.25%-
XYZ21.4319.7229.87-
YUV125.1139.79135.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=34.01%
G=29.22%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351161460.080.2100.4327812.151.37
Hex87749281502B116c33
Octal20716422210250534261463
Binary1000011111101001001001010001010101010111000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877492; }

 p { color: rgb(135,116,146); }

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

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

 a { background-color: rgb(135,116,146); }

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

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

 span { border-color: rgb(135,116,146); }

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