#82768D

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

Shades of Topaz #82768D

Tints of Topaz #82768D

Color information

#82768D (or 0x82768D) is unknown color: approx Topaz. HEX triplet: 82, 76 and 8D. RGB value is (130,118,141). Sum of RGB (Red+Green+Blue) = 130+118+141=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #82768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82768D is #7D8972. Grayscale: #7C7C7C. Windows color (decimal): -8227187 or 9270914. OLE color: 9270914.

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

Color convert

RGB130118141-
CMYK0.080.1600.45
HSL271.3º9.16%50.78%-
HSV(B)271.3º16.31%55.29%-
XYZ20.4919.6327.91-
YUV124.21137.48132.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=33.42%
G=30.33%
B=36.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301181410.080.1600.45271.39.1650.78
Hex82768D81002D10f933
Octal20216621510200554171163
Binary1000001011101101000110110001000001011011000011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82768D; }

 p { color: rgb(130,118,141); }

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

<style>
 a { background-color: #82768D; }

 a { background-color: rgb(130,118,141); }

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

<style>
 span { border-color: #82768D; }

 span { border-color: rgb(130,118,141); }

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