#877292

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

Shades of Topaz #877292

Tints of Topaz #877292

Color information

#877292 (or 0x877292) is unknown color: approx Topaz. HEX triplet: 87, 72 and 92. RGB value is (135,114,146). Sum of RGB (Red+Green+Blue) = 135+114+146=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #877292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877292 is #788D6D. Grayscale: #7B7B7B. Windows color (decimal): -7900526 or 9597575. OLE color: 9597575.

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

Color convert

RGB135114146-
CMYK0.080.2200.43
HSL279.38º12.8%50.98%-
HSV(B)279.38º21.92%57.25%-
XYZ21.219.2629.79-
YUV123.93140.46135.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=34.18%
G=28.86%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351141460.080.2200.43279.3812.850.98
Hex87729281602B117d33
Octal20716222210260534271563
Binary1000011111100101001001010001011001010111000101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877292; }

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

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

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

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

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

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

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

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