#87838C

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

Shades of Topaz #87838C

Tints of Topaz #87838C

Color information

#87838C (or 0x87838C) is unknown color: approx Topaz. HEX triplet: 87, 83 and 8C. RGB value is (135,131,140). Sum of RGB (Red+Green+Blue) = 135+131+140=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #87838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838C is #787C73. Grayscale: #858585. Windows color (decimal): -7896180 or 9208711. OLE color: 9208711.

HSL color Cylindrical-coordinate representation of color #87838C: hue angle of 266.67º degrees, saturation: 0.04, 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 #87838C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135131140-
CMYK0.040.0600.45
HSL266.67º3.77%53.14%-
HSV(B)266.67º6.43%54.9%-
XYZ22.8423.2828.1-
YUV133.22131.83129.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=33.25%
G=32.27%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351311400.040.0600.45266.673.7753.14
Hex87838C4602D10b435
Octal20720321446055413465
Binary1000011110000011100011001001100101101100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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