#87848B

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

Shades of Topaz #87848B

Tints of Topaz #87848B

Color information

#87848B (or 0x87848B) is unknown color: approx Topaz. HEX triplet: 87, 84 and 8B. RGB value is (135,132,139). Sum of RGB (Red+Green+Blue) = 135+132+139=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #87848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87848B is #787B74. Grayscale: #858585. Windows color (decimal): -7895925 or 9143431. OLE color: 9143431.

HSL color Cylindrical-coordinate representation of color #87848B: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #87848B is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135132139-
CMYK0.030.0500.45
HSL265.71º2.93%53.14%-
HSV(B)265.71º5.04%54.51%-
XYZ22.923.5227.76-
YUV133.7130.99128.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=33.25%
G=32.51%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351321390.030.0500.45265.712.9353.14
Hex87848B3502D10a335
Octal20720421335055412365
Binary10000111100001001000101111101010110110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87848B; }

 p { color: rgb(135,132,139); }

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

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

 a { background-color: rgb(135,132,139); }

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

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

 span { border-color: rgb(135,132,139); }

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