#728F94

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

Shades of Gothic #728F94

Tints of Gothic #728F94

Color information

#728F94 (or 0x728F94) is unknown color: approx Gothic. HEX triplet: 72, 8F and 94. RGB value is (114,143,148). Sum of RGB (Red+Green+Blue) = 114+143+148=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #728F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F94 is #8D706B. Grayscale: #868686. Windows color (decimal): -9269356 or 9736050. OLE color: 9736050.

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

Color convert

RGB114143148-
CMYK0.230.0300.42
HSL188.82º13.71%51.37%-
HSV(B)188.82º22.97%58.04%-
XYZ22.1125.3631.75-
YUV134.9135.39113.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=28.15%
G=35.31%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141431480.230.0300.42188.8213.7151.37
Hex728F9417302Abde33
Octal1622172242730522751663
Binary1110010100011111001010010111110101010101111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,148); }

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

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

 a { background-color: rgb(114,143,148); }

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

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

 span { border-color: rgb(114,143,148); }

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