#87848A

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

Shades of Topaz #87848A

Tints of Topaz #87848A

Color information

#87848A (or 0x87848A) is unknown color: approx Topaz. HEX triplet: 87, 84 and 8A. RGB value is (135,132,138). Sum of RGB (Red+Green+Blue) = 135+132+138=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #87848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87848A is #787B75. Grayscale: #858585. Windows color (decimal): -7895926 or 9077895. OLE color: 9077895.

HSL color Cylindrical-coordinate representation of color #87848A: hue angle of 270º 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 #87848A is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135132138-
CMYK0.020.0400.46
HSL270º2.5%52.94%-
HSV(B)270º4.35%54.12%-
XYZ22.8323.4927.38-
YUV133.58130.49129.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=33.33%
G=32.59%
B=34.07%

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
Decimal1351321380.020.0400.462702.552.94
Hex87848A2402E10e235
Octal20720421224056416265
Binary10000111100001001000101010100010111010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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