#80768D

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

Shades of Topaz #80768D

Tints of Topaz #80768D

Color information

#80768D (or 0x80768D) is unknown color: approx Topaz. HEX triplet: 80, 76 and 8D. RGB value is (128,118,141). Sum of RGB (Red+Green+Blue) = 128+118+141=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #80768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80768D is #7F8972. Grayscale: #7B7B7B. Windows color (decimal): -8358259 or 9270912. OLE color: 9270912.

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

Color convert

RGB128118141-
CMYK0.090.1600.45
HSL266.09º9.16%50.78%-
HSV(B)266.09º16.31%55.29%-
XYZ20.1919.4727.89-
YUV123.61137.81131.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=33.07%
G=30.49%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281181410.090.1600.45266.099.1650.78
Hex80768D91002D10a933
Octal20016621511200554121163
Binary1000000011101101000110110011000001011011000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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