#87828E

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

Shades of Topaz #87828E

Tints of Topaz #87828E

Color information

#87828E (or 0x87828E) is unknown color: approx Topaz. HEX triplet: 87, 82 and 8E. RGB value is (135,130,142). Sum of RGB (Red+Green+Blue) = 135+130+142=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #87828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828E is #787D71. Grayscale: #848484. Windows color (decimal): -7896434 or 9339527. OLE color: 9339527.

HSL color Cylindrical-coordinate representation of color #87828E: hue angle of 265º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87828E is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135130142-
CMYK0.050.0800.44
HSL265º5.04%53.33%-
HSV(B)265º8.45%55.69%-
XYZ22.8623.0728.84-
YUV132.86133.16129.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=33.17%
G=31.94%
B=34.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351301420.050.0800.442655.0453.33
Hex87828E5802C109535
Octal207202216510054411565
Binary10000111100000101000111010110000101100100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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