#80738D

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

Shades of Topaz #80738D

Tints of Topaz #80738D

Color information

#80738D (or 0x80738D) is unknown color: approx Topaz. HEX triplet: 80, 73 and 8D. RGB value is (128,115,141). Sum of RGB (Red+Green+Blue) = 128+115+141=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #80738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80738D is #7F8C72. Grayscale: #797979. Windows color (decimal): -8359027 or 9270144. OLE color: 9270144.

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

Color convert

RGB128115141-
CMYK0.090.1800.45
HSL270º10.24%50.2%-
HSV(B)270º18.44%55.29%-
XYZ19.8418.7727.78-
YUV121.85138.81132.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=33.33%
G=29.95%
B=36.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281151410.090.1800.4527010.2450.2
Hex80738D91202D10ea32
Octal20016321511220554161262
Binary1000000011100111000110110011001001011011000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80738D; }

 p { color: rgb(128,115,141); }

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

<style>
 a { background-color: #80738D; }

 a { background-color: rgb(128,115,141); }

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

<style>
 span { border-color: #80738D; }

 span { border-color: rgb(128,115,141); }

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