#83708F

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

Shades of Topaz #83708F

Tints of Topaz #83708F

Color information

#83708F (or 0x83708F) is unknown color: approx Topaz. HEX triplet: 83, 70 and 8F. RGB value is (131,112,143). Sum of RGB (Red+Green+Blue) = 131+112+143=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #83708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708F is #7C8F70. Grayscale: #797979. Windows color (decimal): -8163185 or 9400451. OLE color: 9400451.

HSL color Cylindrical-coordinate representation of color #83708F: hue angle of 276.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83708F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131112143-
CMYK0.080.2200.44
HSL276.77º12.16%50%-
HSV(B)276.77º21.68%56.08%-
XYZ20.1118.428.48-
YUV121.22140.29134.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=33.94%
G=29.02%
B=37.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311121430.080.2200.44276.7712.1650
Hex83708F81602C115c32
Octal20316021710260544251462
Binary1000001111100001000111110001011001011001000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83708F; }

 p { color: rgb(131,112,143); }

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

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

 a { background-color: rgb(131,112,143); }

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

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

 span { border-color: rgb(131,112,143); }

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