#729296

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

Shades of Gothic #729296

Tints of Gothic #729296

Color information

#729296 (or 0x729296) is unknown color: approx Gothic. HEX triplet: 72, 92 and 96. RGB value is (114,146,150). Sum of RGB (Red+Green+Blue) = 114+146+150=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #729296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729296 is #8D6D69. Grayscale: #888888. Windows color (decimal): -9268586 or 9867890. OLE color: 9867890.

HSL color Cylindrical-coordinate representation of color #729296: hue angle of 186.67º 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 #729296 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114146150-
CMYK0.240.0300.41
HSL186.67º14.63%51.76%-
HSV(B)186.67º24%58.82%-
XYZ22.7226.3432.74-
YUV136.89135.4111.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=27.80%
G=35.61%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141461500.240.0300.41186.6714.6351.76
Hex729296183029bbf34
Octal1622222263030512731764
Binary1110010100100101001011011000110101001101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729296; }

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

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

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

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

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

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

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

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