#87858A

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

Shades of Topaz #87858A

Tints of Topaz #87858A

Color information

#87858A (or 0x87858A) is unknown color: approx Topaz. HEX triplet: 87, 85 and 8A. RGB value is (135,133,138). Sum of RGB (Red+Green+Blue) = 135+133+138=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 138 - color contains mainly: blue. Hex color #87858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87858A is #787A75. Grayscale: #868686. Windows color (decimal): -7895670 or 9078151. OLE color: 9078151.

HSL color Cylindrical-coordinate representation of color #87858A: hue angle of 264º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #87858A is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135133138-
CMYK0.020.0400.46
HSL264º2.09%53.14%-
HSV(B)264º3.62%54.12%-
XYZ22.9723.7627.42-
YUV134.17130.16128.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=33.25%
G=32.76%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351331380.020.0400.462642.0953.14
Hex87858A2402E108235
Octal20720521224056410265
Binary10000111100001011000101010100010111010000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87858A; }

 p { color: rgb(135,133,138); }

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

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

 a { background-color: rgb(135,133,138); }

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

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

 span { border-color: rgb(135,133,138); }

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