#83758A

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

Shades of Topaz #83758A

Tints of Topaz #83758A

Color information

#83758A (or 0x83758A) is unknown color: approx Topaz. HEX triplet: 83, 75 and 8A. RGB value is (131,117,138). Sum of RGB (Red+Green+Blue) = 131+117+138=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #83758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83758A is #7C8A75. Grayscale: #7B7B7B. Windows color (decimal): -8161910 or 9074051. OLE color: 9074051.

HSL color Cylindrical-coordinate representation of color #83758A: hue angle of 280º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83758A is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131117138-
CMYK0.050.1500.46
HSL280º8.24%50%-
HSV(B)280º15.22%54.12%-
XYZ20.3119.3826.72-
YUV123.58136.14133.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=33.94%
G=30.31%
B=35.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311171380.050.1500.462808.2450
Hex83758A5F02E118832
Octal2031652125170564301062
Binary10000011111010110001010101111101011101000110001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83758A; }

 p { color: rgb(131,117,138); }

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

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

 a { background-color: rgb(131,117,138); }

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

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

 span { border-color: rgb(131,117,138); }

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