#80708B

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

Shades of Topaz #80708B

Tints of Topaz #80708B

Color information

#80708B (or 0x80708B) is unknown color: approx Topaz. HEX triplet: 80, 70 and 8B. RGB value is (128,112,139). Sum of RGB (Red+Green+Blue) = 128+112+139=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #80708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80708B is #7F8F74. Grayscale: #777777. Windows color (decimal): -8359797 or 9138304. OLE color: 9138304.

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

Color convert

RGB128112139-
CMYK0.080.1900.45
HSL275.56º10.76%49.22%-
HSV(B)275.56º19.42%54.51%-
XYZ19.3618.0426.89-
YUV119.86138.8133.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=33.77%
G=29.55%
B=36.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281121390.080.1900.45275.5610.7649.22
Hex80708B81302D114b31
Octal20016021310230554241361
Binary1000000011100001000101110001001101011011000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,112,139); }

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

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

 a { background-color: rgb(128,112,139); }

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

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

 span { border-color: rgb(128,112,139); }

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