#80778B

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

Shades of Topaz #80778B

Tints of Topaz #80778B

Color information

#80778B (or 0x80778B) is unknown color: approx Topaz. HEX triplet: 80, 77 and 8B. RGB value is (128,119,139). Sum of RGB (Red+Green+Blue) = 128+119+139=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #80778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80778B is #7F8874. Grayscale: #7B7B7B. Windows color (decimal): -8358005 or 9140096. OLE color: 9140096.

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

Color convert

RGB128119139-
CMYK0.080.1400.45
HSL267º7.94%50.59%-
HSV(B)267º14.39%54.51%-
XYZ20.1619.6527.16-
YUV123.97136.48130.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=33.16%
G=30.83%
B=36.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281191390.080.1400.452677.9450.59
Hex80778B8E02D10b833
Octal20016721310160554131063
Binary100000001110111100010111000111001011011000010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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