#82788C

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

Shades of Topaz #82788C

Tints of Topaz #82788C

Color information

#82788C (or 0x82788C) is unknown color: approx Topaz. HEX triplet: 82, 78 and 8C. RGB value is (130,120,140). Sum of RGB (Red+Green+Blue) = 130+120+140=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #82788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82788C is #7D8773. Grayscale: #7D7D7D. Windows color (decimal): -8226676 or 9205890. OLE color: 9205890.

HSL color Cylindrical-coordinate representation of color #82788C: hue angle of 270º 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 #82788C is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130120140-
CMYK0.070.1400.45
HSL270º8%50.98%-
HSV(B)270º14.29%54.9%-
XYZ20.6620.0727.6-
YUV125.27136.31131.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=33.33%
G=30.77%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301201400.070.1400.45270850.98
Hex82788C7E02D10e833
Octal2021702147160554161063
Binary10000010111100010001100111111001011011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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