#837292

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

Shades of Topaz #837292

Tints of Topaz #837292

Color information

#837292 (or 0x837292) is unknown color: approx Topaz. HEX triplet: 83, 72 and 92. RGB value is (131,114,146). Sum of RGB (Red+Green+Blue) = 131+114+146=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #837292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837292 is #7C8D6D. Grayscale: #7A7A7A. Windows color (decimal): -8162670 or 9597571. OLE color: 9597571.

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

Color convert

RGB131114146-
CMYK0.100.2200.43
HSL271.88º12.8%50.98%-
HSV(B)271.88º21.92%57.25%-
XYZ20.5718.9429.77-
YUV122.73141.13133.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=33.50%
G=29.16%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311141460.100.2200.43271.8812.850.98
Hex837292A1602B110d33
Octal20316222212260534201563
Binary1000001111100101001001010101011001010111000100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837292; }

 p { color: rgb(131,114,146); }

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

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

 a { background-color: rgb(131,114,146); }

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

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

 span { border-color: rgb(131,114,146); }

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