#728E92

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

Shades of Gothic #728E92

Tints of Gothic #728E92

Color information

#728E92 (or 0x728E92) is unknown color: approx Gothic. HEX triplet: 72, 8E and 92. RGB value is (114,142,146). Sum of RGB (Red+Green+Blue) = 114+142+146=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #728E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E92 is #8D716D. Grayscale: #868686. Windows color (decimal): -9269614 or 9604722. OLE color: 9604722.

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

Color convert

RGB114142146-
CMYK0.220.0300.43
HSL187.5º12.8%50.98%-
HSV(B)187.5º21.92%57.25%-
XYZ21.82530.87-
YUV134.08134.72113.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=28.36%
G=35.32%
B=36.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141421460.220.0300.43187.512.850.98
Hex728E9216302Bbbd33
Octal1622162222630532731563
Binary1110010100011101001001010110110101011101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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