Html Css Color HEX #729195 Gothic

📋 copy color: '#729195'

red 114 ◦ green 145 ◦ blue 149

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

Shades of Gothic #729195

Tints of Gothic #729195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 27.94%
G = 35.54%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#729195 (or 0x729195) is known color: Gothic. HEX triplet: 72, 91 and 95. RGB value is (114,145,149). Sum of RGB (Red+Green+Blue) = 114+145+149=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #729195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729195 is #8D6E6A. Grayscale: #888888. Windows color (decimal): -9268843 or 9802098. OLE color: 9802098.

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

Color convert

RGB 114 145 149 -
CMYK 0.23 0.03 0 0.42
HSL 186.86º 0.14% 0.52% -
HSV(B) 186.86º 0.23% 0.58% -
XYZ 22.49 26 32.27 -
YUV 136.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 114 145 149 0.23 0.03 0 0.42 186.86 0.14 0.52
Hex 72 91 95 17 3 0 2A BB E 34
Octal 162 221 225 27 3 0 52 273 16 64
Binary 1110010 10010001 10010101 10111 11 0 101010 10111011 1110 110100

Color Harmonies of #729195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729195

Black with #729195

Text Example


Text Example

White with #729195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729195; }

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

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

background-color css

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

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

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

border-color css

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

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

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