Html Css Color HEX #729198 Gothic

📋 copy color: '#729198'

red 114 ◦ green 145 ◦ blue 152

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

Shades of Gothic #729198

Tints of Gothic #729198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 27.74%
G = 35.28%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#729198 (or 0x729198) is known color: Gothic. HEX triplet: 72, 91 and 98. RGB value is (114,145,152). Sum of RGB (Red+Green+Blue) = 114+145+152=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #729198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729198 is #8D6E67. Grayscale: #888888. Windows color (decimal): -9268840 or 9998706. OLE color: 9998706.

HSL color Cylindrical-coordinate representation of color #729198: hue angle of 191.05º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729198 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 145 152 -
CMYK 0.25 0.05 0 0.40
HSL 191.05º 0.16% 0.52% -
HSV(B) 191.05º 0.25% 0.6% -
XYZ 22.73 26.1 33.54 -
YUV 136.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 114 145 152 0.25 0.05 0 0.40 191.05 0.16 0.52
Hex 72 91 98 19 5 0 28 BF 10 34
Octal 162 221 230 31 5 0 50 277 20 64
Binary 1110010 10010001 10011000 11001 101 0 101000 10111111 10000 110100

Color Harmonies of #729198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729198

Black with #729198

Text Example


Text Example

White with #729198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729198; }

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

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

background-color css

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

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

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

border-color css

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

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

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