#729499

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

Shades of Gothic #729499

Tints of Gothic #729499

Color information

#729499 (or 0x729499) is unknown color: approx Gothic. HEX triplet: 72, 94 and 99. RGB value is (114,148,153). Sum of RGB (Red+Green+Blue) = 114+148+153=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #729499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729499 is #8D6B66. Grayscale: #8A8A8A. Windows color (decimal): -9268071 or 10065010. OLE color: 10065010.

HSL color Cylindrical-coordinate representation of color #729499: hue angle of 187.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729499 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB114148153-
CMYK0.250.0300.4
HSL187.69º16.05%52.35%-
HSV(B)187.69º25.49%60%-
XYZ23.2827.0634.13-
YUV138.4136.24110.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=27.47%
G=35.66%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141481530.250.0300.4187.6916.0552.35
Hex729499193028bc1034
Octal1622242313130502742064
Binary11100101001010010011001110011101010001011110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729499; }

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

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

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

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

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

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

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

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