Html Css Color HEX #729194 Gothic

📋 copy color: '#729194'

red 114 ◦ green 145 ◦ blue 148

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

Shades of Gothic #729194

Tints of Gothic #729194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 28.01%
G = 35.63%
B = 36.36%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#729194 (or 0x729194) is known color: Gothic. HEX triplet: 72, 91 and 94. RGB value is (114,145,148). Sum of RGB (Red+Green+Blue) = 114+145+148=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 148 - color contains mainly: blue. Hex color #729194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729194 is #8D6E6B. Grayscale: #888888. Windows color (decimal): -9268844 or 9736562. OLE color: 9736562.

HSL color Cylindrical-coordinate representation of color #729194: hue angle of 185.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729194 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 145 148 -
CMYK 0.23 0.02 0 0.42
HSL 185.29º 0.14% 0.51% -
HSV(B) 185.29º 0.23% 0.58% -
XYZ 22.41 25.97 31.85 -
YUV 136.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 114 145 148 0.23 0.02 0 0.42 185.29 0.14 0.51
Hex 72 91 94 17 2 0 2A B9 E 33
Octal 162 221 224 27 2 0 52 271 16 63
Binary 1110010 10010001 10010100 10111 10 0 101010 10111001 1110 110011

Color Harmonies of #729194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729194

Black with #729194

Text Example


Text Example

White with #729194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729194; }

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

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

background-color css

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

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

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

border-color css

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

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

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