#828087

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

Shades of Topaz #828087

Tints of Topaz #828087

Color information

#828087 (or 0x828087) is unknown color: approx Topaz. HEX triplet: 82, 80 and 87. RGB value is (130,128,135). Sum of RGB (Red+Green+Blue) = 130+128+135=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #828087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828087 is #7D7F78. Grayscale: #818181. Windows color (decimal): -8224633 or 8880258. OLE color: 8880258.

HSL color Cylindrical-coordinate representation of color #828087: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828087 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130128135-
CMYK0.040.0500.47
HSL257.14º2.83%51.57%-
HSV(B)257.14º5.19%52.94%-
XYZ21.321.9326.03-
YUV129.4131.16128.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=33.08%
G=32.57%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301281350.040.0500.47257.142.8351.57
Hex8280874502F101334
Octal20220020745057401364
Binary100000101000000010000111100101010111110000000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828087; }

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

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

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

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

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

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

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

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