#87838B

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

Shades of Topaz #87838B

Tints of Topaz #87838B

Color information

#87838B (or 0x87838B) is unknown color: approx Topaz. HEX triplet: 87, 83 and 8B. RGB value is (135,131,139). Sum of RGB (Red+Green+Blue) = 135+131+139=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #87838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838B is #787C74. Grayscale: #858585. Windows color (decimal): -7896181 or 9143175. OLE color: 9143175.

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

Color convert

RGB135131139-
CMYK0.030.0600.45
HSL270º3.33%52.94%-
HSV(B)270º5.76%54.51%-
XYZ22.7723.2527.71-
YUV133.11131.33129.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=33.33%
G=32.35%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351311390.030.0600.452703.3352.94
Hex87838B3602D10e335
Octal20720321336055416365
Binary10000111100000111000101111110010110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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