#82748A

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

Shades of Topaz #82748A

Tints of Topaz #82748A

Color information

#82748A (or 0x82748A) is unknown color: approx Topaz. HEX triplet: 82, 74 and 8A. RGB value is (130,116,138). Sum of RGB (Red+Green+Blue) = 130+116+138=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #82748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82748A is #7D8B75. Grayscale: #7A7A7A. Windows color (decimal): -8227702 or 9073794. OLE color: 9073794.

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

Color convert

RGB130116138-
CMYK0.060.1600.46
HSL278.18º8.66%49.8%-
HSV(B)278.18º15.94%54.12%-
XYZ20.0419.0726.67-
YUV122.69136.64133.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=33.85%
G=30.21%
B=35.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301161380.060.1600.46278.188.6649.8
Hex82748A61002E116932
Octal2021642126200564261162
Binary100000101110100100010101101000001011101000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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