#848289

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

Shades of Topaz #848289

Tints of Topaz #848289

Color information

#848289 (or 0x848289) is unknown color: approx Topaz. HEX triplet: 84, 82 and 89. RGB value is (132,130,137). Sum of RGB (Red+Green+Blue) = 132+130+137=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 137 - color contains mainly: blue. Hex color #848289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848289 is #7B7D76. Grayscale: #838383. Windows color (decimal): -8093047 or 9011844. OLE color: 9011844.

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

Color convert

RGB132130137-
CMYK0.040.0500.46
HSL257.14º2.88%52.35%-
HSV(B)257.14º5.11%53.73%-
XYZ22.0122.6826.88-
YUV131.4131.16128.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=33.08%
G=32.58%
B=34.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321301370.040.0500.46257.142.8852.35
Hex8482894502E101334
Octal20420221145056401364
Binary100001001000001010001001100101010111010000000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848289; }

 p { color: rgb(132,130,137); }

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

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

 a { background-color: rgb(132,130,137); }

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

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

 span { border-color: rgb(132,130,137); }

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