#82728B

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

Shades of Topaz #82728B

Tints of Topaz #82728B

Color information

#82728B (or 0x82728B) is unknown color: approx Topaz. HEX triplet: 82, 72 and 8B. RGB value is (130,114,139). Sum of RGB (Red+Green+Blue) = 130+114+139=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #82728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82728B is #7D8D74. Grayscale: #797979. Windows color (decimal): -8228213 or 9138818. OLE color: 9138818.

HSL color Cylindrical-coordinate representation of color #82728B: 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 #82728B is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130114139-
CMYK0.060.1800.45
HSL278.4º9.88%49.61%-
HSV(B)278.4º17.99%54.51%-
XYZ19.8818.6426.98-
YUV121.63137.8133.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=33.94%
G=29.77%
B=36.29%

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
Decimal1301141390.060.1800.45278.49.8849.61
Hex82728B61202D116a32
Octal2021622136220554261262
Binary100000101110010100010111101001001011011000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82728B; }

 p { color: rgb(130,114,139); }

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

<style>
 a { background-color: #82728B; }

 a { background-color: rgb(130,114,139); }

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

<style>
 span { border-color: #82728B; }

 span { border-color: rgb(130,114,139); }

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