#80748B

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

Shades of Topaz #80748B

Tints of Topaz #80748B

Color information

#80748B (or 0x80748B) is unknown color: approx Topaz. HEX triplet: 80, 74 and 8B. RGB value is (128,116,139). Sum of RGB (Red+Green+Blue) = 128+116+139=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #80748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80748B is #7F8B74. Grayscale: #7A7A7A. Windows color (decimal): -8358773 or 9139328. OLE color: 9139328.

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

Color convert

RGB128116139-
CMYK0.080.1700.45
HSL271.3º9.02%50%-
HSV(B)271.3º16.55%54.51%-
XYZ19.8118.9427.04-
YUV122.21137.48132.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=33.42%
G=30.29%
B=36.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281161390.080.1700.45271.39.0250
Hex80748B81102D10f932
Octal20016421310210554171162
Binary1000000011101001000101110001000101011011000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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