#87828B

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

Shades of Topaz #87828B

Tints of Topaz #87828B

Color information

#87828B (or 0x87828B) is unknown color: approx Topaz. HEX triplet: 87, 82 and 8B. RGB value is (135,130,139). Sum of RGB (Red+Green+Blue) = 135+130+139=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #87828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828B is #787D74. Grayscale: #848484. Windows color (decimal): -7896437 or 9142919. OLE color: 9142919.

HSL color Cylindrical-coordinate representation of color #87828B: hue angle of 273.33º 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 #87828B is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135130139-
CMYK0.030.0600.45
HSL273.33º3.73%52.75%-
HSV(B)273.33º6.47%54.51%-
XYZ22.6322.9827.67-
YUV132.52131.66129.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=33.42%
G=32.18%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351301390.030.0600.45273.333.7352.75
Hex87828B3602D111435
Octal20720221336055421465
Binary100001111000001010001011111100101101100010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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