Html Css Color HEX #729196 Gothic

📋 copy color: '#729196'

red 114 ◦ green 145 ◦ blue 150

#729196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #729196

Tints of Gothic #729196

RGB

 RED value IS 114 (44.92% from 255) = 27.87%

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 27.87%
G = 35.45%
B = 36.67%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#729196 (or 0x729196) is known color: Gothic. HEX triplet: 72, 91 and 96. RGB value is (114,145,150). Sum of RGB (Red+Green+Blue) = 114+145+150=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #729196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729196 is #8D6E69. Grayscale: #888888. Windows color (decimal): -9268842 or 9867634. OLE color: 9867634.

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

Color convert

RGB 114 145 150 -
CMYK 0.24 0.03 0 0.41
HSL 188.33º 0.15% 0.52% -
HSV(B) 188.33º 0.24% 0.59% -
XYZ 22.57 26.03 32.69 -
YUV 136.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 114 145 150 0.24 0.03 0 0.41 188.33 0.15 0.52
Hex 72 91 96 18 3 0 29 BC F 34
Octal 162 221 226 30 3 0 51 274 17 64
Binary 1110010 10010001 10010110 11000 11 0 101001 10111100 1111 110100

Color Harmonies of #729196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729196

Black with #729196

Text Example


Text Example

White with #729196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729196; }

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

 H1.HeaderClassName
 {
   color: #729196;
 }
 .AnyTagClassName
 {
   color: #729196;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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