#82738A

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

Shades of Topaz #82738A

Tints of Topaz #82738A

Color information

#82738A (or 0x82738A) is unknown color: approx Topaz. HEX triplet: 82, 73 and 8A. RGB value is (130,115,138). Sum of RGB (Red+Green+Blue) = 130+115+138=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #82738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82738A is #7D8C75. Grayscale: #7A7A7A. Windows color (decimal): -8227958 or 9073538. OLE color: 9073538.

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

Color convert

RGB130115138-
CMYK0.060.1700.46
HSL279.13º9.09%49.61%-
HSV(B)279.13º16.67%54.12%-
XYZ19.9218.8426.63-
YUV122.11136.97133.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=33.94%
G=30.03%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301151380.060.1700.46279.139.0949.61
Hex82738A61102E117932
Octal2021632126210564271162
Binary100000101110011100010101101000101011101000101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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