#728D91

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

Shades of Gothic #728D91

Tints of Gothic #728D91

Color information

#728D91 (or 0x728D91) is unknown color: approx Gothic. HEX triplet: 72, 8D and 91. RGB value is (114,141,145). Sum of RGB (Red+Green+Blue) = 114+141+145=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #728D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D91 is #8D726E. Grayscale: #858585. Windows color (decimal): -9269871 or 9538930. OLE color: 9538930.

HSL color Cylindrical-coordinate representation of color #728D91: hue angle of 187.74º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728D91 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114141145-
CMYK0.210.0300.43
HSL187.74º12.35%50.78%-
HSV(B)187.74º21.38%56.86%-
XYZ21.5824.6730.41-
YUV133.38134.55114.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=28.5%
G=35.25%
B=36.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141411450.210.0300.43187.7412.3550.78
Hex728D9115302Bbcc33
Octal1622152212530532741463
Binary1110010100011011001000110101110101011101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D91; }

 p { color: rgb(114,141,145); }

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

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

 a { background-color: rgb(114,141,145); }

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

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

 span { border-color: rgb(114,141,145); }

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