#728E93

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

Shades of Gothic #728E93

Tints of Gothic #728E93

Color information

#728E93 (or 0x728E93) is unknown color: approx Gothic. HEX triplet: 72, 8E and 93. RGB value is (114,142,147). Sum of RGB (Red+Green+Blue) = 114+142+147=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #728E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E93 is #8D716C. Grayscale: #868686. Windows color (decimal): -9269613 or 9670258. OLE color: 9670258.

HSL color Cylindrical-coordinate representation of color #728E93: hue angle of 189.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728E93 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114142147-
CMYK0.220.0300.42
HSL189.09º13.25%51.18%-
HSV(B)189.09º22.45%57.65%-
XYZ21.8825.0331.28-
YUV134.2135.22113.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=28.29%
G=35.24%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141421470.220.0300.42189.0913.2551.18
Hex728E9316302Abdd33
Octal1622162232630522751563
Binary1110010100011101001001110110110101010101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,147); }

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

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

 a { background-color: rgb(114,142,147); }

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

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

 span { border-color: rgb(114,142,147); }

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