#807290

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

Shades of Topaz #807290

Tints of Topaz #807290

Color information

#807290 (or 0x807290) is unknown color: approx Topaz. HEX triplet: 80, 72 and 90. RGB value is (128,114,144). Sum of RGB (Red+Green+Blue) = 128+114+144=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #807290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807290 is #7F8D6F. Grayscale: #797979. Windows color (decimal): -8359280 or 9466496. OLE color: 9466496.

HSL color Cylindrical-coordinate representation of color #807290: hue angle of 268º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807290 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128114144-
CMYK0.110.2100.44
HSL268º11.9%50.59%-
HSV(B)268º20.83%56.47%-
XYZ19.9518.6428.93-
YUV121.61140.64132.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=33.16%
G=29.53%
B=37.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281141440.110.2100.4426811.950.59
Hex807290B1502C10cc33
Octal20016222013250544141463
Binary1000000011100101001000010111010101011001000011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807290; }

 p { color: rgb(128,114,144); }

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

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

 a { background-color: rgb(128,114,144); }

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

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

 span { border-color: rgb(128,114,144); }

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