#83798A

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

Shades of Topaz #83798A

Tints of Topaz #83798A

Color information

#83798A (or 0x83798A) is unknown color: approx Topaz. HEX triplet: 83, 79 and 8A. RGB value is (131,121,138). Sum of RGB (Red+Green+Blue) = 131+121+138=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #83798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798A is #7C8675. Grayscale: #7D7D7D. Windows color (decimal): -8160886 or 9075075. OLE color: 9075075.

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

Color convert

RGB131121138-
CMYK0.050.1200.46
HSL275.29º6.77%50.78%-
HSV(B)275.29º12.32%54.12%-
XYZ20.7820.3426.87-
YUV125.93134.81131.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=33.59%
G=31.03%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311211380.050.1200.46275.296.7750.78
Hex83798A5C02E113733
Octal203171212514056423763
Binary1000001111110011000101010111000101110100010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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