#729096

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

Shades of Gothic #729096

Tints of Gothic #729096

Color information

#729096 (or 0x729096) is unknown color: approx Gothic. HEX triplet: 72, 90 and 96. RGB value is (114,144,150). Sum of RGB (Red+Green+Blue) = 114+144+150=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #729096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729096 is #8D6F69. Grayscale: #878787. Windows color (decimal): -9269098 or 9867378. OLE color: 9867378.

HSL color Cylindrical-coordinate representation of color #729096: hue angle of 190º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729096 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114144150-
CMYK0.240.0400.41
HSL190º14.63%51.76%-
HSV(B)190º24%58.82%-
XYZ22.4225.7332.64-
YUV135.71136.06112.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=27.94%
G=35.29%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141441500.240.0400.4119014.6351.76
Hex729096184029bef34
Octal1622202263040512761764
Binary11100101001000010010110110001000101001101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729096; }

 p { color: rgb(114,144,150); }

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

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

 a { background-color: rgb(114,144,150); }

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

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

 span { border-color: rgb(114,144,150); }

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