#728689

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

Shades of Gothic #728689

Tints of Gothic #728689

Color information

#728689 (or 0x728689) is unknown color: approx Gothic. HEX triplet: 72, 86 and 89. RGB value is (114,134,137). Sum of RGB (Red+Green+Blue) = 114+134+137=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #728689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728689 is #8D7976. Grayscale: #808080. Windows color (decimal): -9271671 or 9012850. OLE color: 9012850.

HSL color Cylindrical-coordinate representation of color #728689: hue angle of 187.83º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728689 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB114134137-
CMYK0.170.0200.46
HSL187.83º9.16%49.22%-
HSV(B)187.83º16.79%53.73%-
XYZ19.9822.4326.94-
YUV128.36132.87117.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=29.61%
G=34.81%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141341370.170.0200.46187.839.1649.22
Hex72868911202Ebc931
Octal1622062112120562741161
Binary1110010100001101000100110001100101110101111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728689; }

 p { color: rgb(114,134,137); }

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

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

 a { background-color: rgb(114,134,137); }

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

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

 span { border-color: rgb(114,134,137); }

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