#80758F

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

Shades of Topaz #80758F

Tints of Topaz #80758F

Color information

#80758F (or 0x80758F) is unknown color: approx Topaz. HEX triplet: 80, 75 and 8F. RGB value is (128,117,143). Sum of RGB (Red+Green+Blue) = 128+117+143=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #80758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80758F is #7F8A70. Grayscale: #7B7B7B. Windows color (decimal): -8358513 or 9401728. OLE color: 9401728.

HSL color Cylindrical-coordinate representation of color #80758F: hue angle of 265.38º 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 #80758F is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128117143-
CMYK0.100.1800.44
HSL265.38º10.4%50.98%-
HSV(B)265.38º18.18%56.08%-
XYZ20.2219.2928.65-
YUV123.25139.14131.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=32.99%
G=30.15%
B=36.86%

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
Decimal1281171430.100.1800.44265.3810.450.98
Hex80758FA1202C109a33
Octal20016521712220544111263
Binary1000000011101011000111110101001001011001000010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80758F; }

 p { color: rgb(128,117,143); }

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

<style>
 a { background-color: #80758F; }

 a { background-color: rgb(128,117,143); }

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

<style>
 span { border-color: #80758F; }

 span { border-color: rgb(128,117,143); }

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