#80748E

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

Shades of Topaz #80748E

Tints of Topaz #80748E

Color information

#80748E (or 0x80748E) is unknown color: approx Topaz. HEX triplet: 80, 74 and 8E. RGB value is (128,116,142). Sum of RGB (Red+Green+Blue) = 128+116+142=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #80748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80748E is #7F8B71. Grayscale: #7A7A7A. Windows color (decimal): -8358770 or 9335936. OLE color: 9335936.

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

Color convert

RGB128116142-
CMYK0.100.1800.44
HSL267.69º10.32%50.59%-
HSV(B)267.69º18.31%55.69%-
XYZ20.0319.0328.21-
YUV122.55138.98131.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=33.16%
G=30.05%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281161420.100.1800.44267.6910.3250.59
Hex80748EA1202C10ca33
Octal20016421612220544141263
Binary1000000011101001000111010101001001011001000011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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