#87838E

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

Shades of Topaz #87838E

Tints of Topaz #87838E

Color information

#87838E (or 0x87838E) is unknown color: approx Topaz. HEX triplet: 87, 83 and 8E. RGB value is (135,131,142). Sum of RGB (Red+Green+Blue) = 135+131+142=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #87838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838E is #787C71. Grayscale: #858585. Windows color (decimal): -7896178 or 9339783. OLE color: 9339783.

HSL color Cylindrical-coordinate representation of color #87838E: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87838E is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135131142-
CMYK0.050.0800.44
HSL261.82º4.64%53.53%-
HSV(B)261.82º7.75%55.69%-
XYZ22.9923.3428.88-
YUV133.45132.83129.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=33.09%
G=32.11%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351311420.050.0800.44261.824.6453.53
Hex87838E5802C106536
Octal207203216510054406566
Binary10000111100000111000111010110000101100100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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