#82768F

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

Shades of Topaz #82768F

Tints of Topaz #82768F

Color information

#82768F (or 0x82768F) is unknown color: approx Topaz. HEX triplet: 82, 76 and 8F. RGB value is (130,118,143). Sum of RGB (Red+Green+Blue) = 130+118+143=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #82768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82768F is #7D8970. Grayscale: #7C7C7C. Windows color (decimal): -8227185 or 9401986. OLE color: 9401986.

HSL color Cylindrical-coordinate representation of color #82768F: hue angle of 268.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82768F is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130118143-
CMYK0.090.1700.44
HSL268.8º10.04%51.18%-
HSV(B)268.8º17.48%56.08%-
XYZ20.6419.6928.7-
YUV124.44138.48131.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=33.25%
G=30.18%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301181430.090.1700.44268.810.0451.18
Hex82768F91102C10da33
Octal20216621711210544151263
Binary1000001011101101000111110011000101011001000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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