#80738B

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

Shades of Topaz #80738B

Tints of Topaz #80738B

Color information

#80738B (or 0x80738B) is unknown color: approx Topaz. HEX triplet: 80, 73 and 8B. RGB value is (128,115,139). Sum of RGB (Red+Green+Blue) = 128+115+139=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #80738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80738B is #7F8C74. Grayscale: #797979. Windows color (decimal): -8359029 or 9139072. OLE color: 9139072.

HSL color Cylindrical-coordinate representation of color #80738B: hue angle of 272.5º 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 #80738B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128115139-
CMYK0.080.1700.45
HSL272.5º9.45%49.8%-
HSV(B)272.5º17.27%54.51%-
XYZ19.6918.7127-
YUV121.62137.81132.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=33.51%
G=30.10%
B=36.39%

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
Decimal1281151390.080.1700.45272.59.4549.8
Hex80738B81102D111932
Octal20016321310210554211162
Binary1000000011100111000101110001000101011011000100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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