#728A91

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

Shades of Gothic #728A91

Tints of Gothic #728A91

Color information

#728A91 (or 0x728A91) is unknown color: approx Gothic. HEX triplet: 72, 8A and 91. RGB value is (114,138,145). Sum of RGB (Red+Green+Blue) = 114+138+145=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #728A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A91 is #8D756E. Grayscale: #838383. Windows color (decimal): -9270639 or 9538162. OLE color: 9538162.

HSL color Cylindrical-coordinate representation of color #728A91: hue angle of 193.55º 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 #728A91 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114138145-
CMYK0.210.0500.43
HSL193.55º12.35%50.78%-
HSV(B)193.55º21.38%56.86%-
XYZ21.1423.830.27-
YUV131.62135.55115.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=28.72%
G=34.76%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141381450.210.0500.43193.5512.3550.78
Hex728A9115502Bc2c33
Octal1622122212550533021463
Binary11100101000101010010001101011010101011110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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