#83738C

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

Shades of Topaz #83738C

Tints of Topaz #83738C

Color information

#83738C (or 0x83738C) is unknown color: approx Topaz. HEX triplet: 83, 73 and 8C. RGB value is (131,115,140). Sum of RGB (Red+Green+Blue) = 131+115+140=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #83738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83738C is #7C8C73. Grayscale: #7A7A7A. Windows color (decimal): -8162420 or 9204611. OLE color: 9204611.

HSL color Cylindrical-coordinate representation of color #83738C: hue angle of 278.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83738C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131115140-
CMYK0.060.1800.45
HSL278.4º9.8%50%-
HSV(B)278.4º17.86%54.9%-
XYZ20.2218.9827.41-
YUV122.63137.8133.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=33.94%
G=29.79%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311151400.060.1800.45278.49.850
Hex83738C61202D116a32
Octal2031632146220554261262
Binary100000111110011100011001101001001011011000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83738C; }

 p { color: rgb(131,115,140); }

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

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

 a { background-color: rgb(131,115,140); }

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

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

 span { border-color: rgb(131,115,140); }

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