Html Css Color HEX #729095 Gothic

📋 copy color: '#729095'

red 114 ◦ green 144 ◦ blue 149

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

Shades of Gothic #729095

Tints of Gothic #729095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 28.01%
G = 35.38%
B = 36.61%

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

#729095 (or 0x729095) is known color: Gothic. HEX triplet: 72, 90 and 95. RGB value is (114,144,149). Sum of RGB (Red+Green+Blue) = 114+144+149=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #729095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729095 is #8D6F6A. Grayscale: #878787. Windows color (decimal): -9269099 or 9801842. OLE color: 9801842.

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

Color convert

RGB 114 144 149 -
CMYK 0.23 0.03 0 0.42
HSL 188.57º 0.14% 0.52% -
HSV(B) 188.57º 0.23% 0.58% -
XYZ 22.34 25.69 32.22 -
YUV 135.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 114 144 149 0.23 0.03 0 0.42 188.57 0.14 0.52
Hex 72 90 95 17 3 0 2A BD E 34
Octal 162 220 225 27 3 0 52 275 16 64
Binary 1110010 10010000 10010101 10111 11 0 101010 10111101 1110 110100

Color Harmonies of #729095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729095

Black with #729095

Text Example


Text Example

White with #729095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729095; }

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

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

background-color css

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

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

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

border-color css

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

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

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