#82738D

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

Shades of Topaz #82738D

Tints of Topaz #82738D

Color information

#82738D (or 0x82738D) is unknown color: approx Topaz. HEX triplet: 82, 73 and 8D. RGB value is (130,115,141). Sum of RGB (Red+Green+Blue) = 130+115+141=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #82738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82738D is #7D8C72. Grayscale: #7A7A7A. Windows color (decimal): -8227955 or 9270146. OLE color: 9270146.

HSL color Cylindrical-coordinate representation of color #82738D: hue angle of 274.62º 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 #82738D is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130115141-
CMYK0.080.1800.45
HSL274.62º10.24%50.2%-
HSV(B)274.62º18.44%55.29%-
XYZ20.1418.9327.79-
YUV122.45138.47133.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=33.68%
G=29.79%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301151410.080.1800.45274.6210.2450.2
Hex82738D81202D113a32
Octal20216321510220554231262
Binary1000001011100111000110110001001001011011000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82738D; }

 p { color: rgb(130,115,141); }

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

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

 a { background-color: rgb(130,115,141); }

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

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

 span { border-color: rgb(130,115,141); }

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