#82738B

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

Shades of Topaz #82738B

Tints of Topaz #82738B

Color information

#82738B (or 0x82738B) is unknown color: approx Topaz. HEX triplet: 82, 73 and 8B. RGB value is (130,115,139). Sum of RGB (Red+Green+Blue) = 130+115+139=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #82738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82738B is #7D8C74. Grayscale: #7A7A7A. Windows color (decimal): -8227957 or 9139074. OLE color: 9139074.

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

Color convert

RGB130115139-
CMYK0.060.1700.45
HSL277.5º9.45%49.8%-
HSV(B)277.5º17.27%54.51%-
XYZ2018.8727.01-
YUV122.22137.47133.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=33.85%
G=29.95%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301151390.060.1700.45277.59.4549.8
Hex82738B61102D116932
Octal2021632136210554261162
Binary100000101110011100010111101000101011011000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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