#87808B

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

Shades of Topaz #87808B

Tints of Topaz #87808B

Color information

#87808B (or 0x87808B) is unknown color: approx Topaz. HEX triplet: 87, 80 and 8B. RGB value is (135,128,139). Sum of RGB (Red+Green+Blue) = 135+128+139=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #87808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808B is #787F74. Grayscale: #838383. Windows color (decimal): -7896949 or 9142407. OLE color: 9142407.

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

Color convert

RGB135128139-
CMYK0.030.0800.45
HSL278.18º4.53%52.35%-
HSV(B)278.18º7.91%54.51%-
XYZ22.3722.4527.58-
YUV131.35132.32130.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=33.58%
G=31.84%
B=34.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351281390.030.0800.45278.184.5352.35
Hex87808B3802D116534
Octal207200213310055426564
Binary1000011110000000100010111110000101101100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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