#729297

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

Shades of Gothic #729297

Tints of Gothic #729297

Color information

#729297 (or 0x729297) is unknown color: approx Gothic. HEX triplet: 72, 92 and 97. RGB value is (114,146,151). Sum of RGB (Red+Green+Blue) = 114+146+151=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #729297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729297 is #8D6D68. Grayscale: #888888. Windows color (decimal): -9268585 or 9933426. OLE color: 9933426.

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

Color convert

RGB114146151-
CMYK0.250.0300.41
HSL188.11º15.1%51.96%-
HSV(B)188.11º24.5%59.22%-
XYZ22.826.3733.17-
YUV137135.9111.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=27.74%
G=35.52%
B=36.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141461510.250.0300.41188.1115.151.96
Hex729297193029bcf34
Octal1622222273130512741764
Binary1110010100100101001011111001110101001101111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729297; }

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

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

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

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

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

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

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

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