#848092

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

Shades of Topaz #848092

Tints of Topaz #848092

Color information

#848092 (or 0x848092) is unknown color: approx Topaz. HEX triplet: 84, 80 and 92. RGB value is (132,128,146). Sum of RGB (Red+Green+Blue) = 132+128+146=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #848092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848092 is #7B7F6D. Grayscale: #838383. Windows color (decimal): -8093550 or 9601156. OLE color: 9601156.

HSL color Cylindrical-coordinate representation of color #848092: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848092 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132128146-
CMYK0.100.1200.43
HSL253.33º7.63%53.73%-
HSV(B)253.33º12.33%57.25%-
XYZ22.4222.4230.34-
YUV131.25136.33128.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=32.51%
G=31.53%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321281460.100.1200.43253.337.6353.73
Hex848092AC02Bfd836
Octal20420022212140533751066
Binary100001001000000010010010101011000101011111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848092; }

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

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

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

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

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

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

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

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