#82788B

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

Shades of Topaz #82788B

Tints of Topaz #82788B

Color information

#82788B (or 0x82788B) is unknown color: approx Topaz. HEX triplet: 82, 78 and 8B. RGB value is (130,120,139). Sum of RGB (Red+Green+Blue) = 130+120+139=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #82788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82788B is #7D8774. Grayscale: #7D7D7D. Windows color (decimal): -8226677 or 9140354. OLE color: 9140354.

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

Color convert

RGB130120139-
CMYK0.060.1400.45
HSL271.58º7.57%50.78%-
HSV(B)271.58º13.67%54.51%-
XYZ20.5820.0427.21-
YUV125.16135.81131.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=33.42%
G=30.85%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301201390.060.1400.45271.587.5750.78
Hex82788B6E02D110833
Octal2021702136160554201063
Binary10000010111100010001011110111001011011000100001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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