#87868B

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

Shades of Topaz #87868B

Tints of Topaz #87868B

Color information

#87868B (or 0x87868B) is unknown color: approx Topaz. HEX triplet: 87, 86 and 8B. RGB value is (135,134,139). Sum of RGB (Red+Green+Blue) = 135+134+139=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #87868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87868B is #787974. Grayscale: #868686. Windows color (decimal): -7895413 or 9143943. OLE color: 9143943.

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

Color convert

RGB135134139-
CMYK0.030.0400.45
HSL252º2.11%53.53%-
HSV(B)252º3.6%54.51%-
XYZ23.1824.0727.85-
YUV134.87130.33128.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=33.09%
G=32.84%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351341390.030.0400.452522.1153.53
Hex87868B3402Dfc236
Octal20720621334055374266
Binary1000011110000110100010111110001011011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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