#818087

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

Shades of Topaz #818087

Tints of Topaz #818087

Color information

#818087 (or 0x818087) is unknown color: approx Topaz. HEX triplet: 81, 80 and 87. RGB value is (129,128,135). Sum of RGB (Red+Green+Blue) = 129+128+135=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 135 - color contains mainly: blue. Hex color #818087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818087 is #7E7F78. Grayscale: #818181. Windows color (decimal): -8290169 or 8880257. OLE color: 8880257.

HSL color Cylindrical-coordinate representation of color #818087: hue angle of 248.57º 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 #818087 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129128135-
CMYK0.040.0500.47
HSL248.57º2.83%51.57%-
HSV(B)248.57º5.19%52.94%-
XYZ21.1521.8526.03-
YUV129.1131.33127.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=32.91%
G=32.65%
B=34.44%

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
Decimal1291281350.040.0500.47248.572.8351.57
Hex8180874502Ff9334
Octal20120020745057371364
Binary10000001100000001000011110010101011111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818087; }

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

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

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

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

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

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

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

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