#848087

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

Shades of Topaz #848087

Tints of Topaz #848087

Color information

#848087 (or 0x848087) is unknown color: approx Topaz. HEX triplet: 84, 80 and 87. RGB value is (132,128,135). Sum of RGB (Red+Green+Blue) = 132+128+135=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: blue. Hex color #848087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848087 is #7B7F78. Grayscale: #818181. Windows color (decimal): -8093561 or 8880260. OLE color: 8880260.

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

Color convert

RGB132128135-
CMYK0.020.0500.47
HSL274.29º2.83%51.57%-
HSV(B)274.29º5.19%52.94%-
XYZ21.6122.0926.05-
YUV129.99130.83129.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=33.42%
G=32.41%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321281350.020.0500.47274.292.8351.57
Hex8480872502F112334
Octal20420020725057422364
Binary10000100100000001000011110101010111110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848087; }

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

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

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

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

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

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

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

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