Html Css Color HEX #729189 Gumbo

📋 copy color: '#729189'

red 114 ◦ green 145 ◦ blue 137

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

Shades of Gumbo #729189

Tints of Gumbo #729189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 28.79%
G = 36.62%
B = 34.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#729189 (or 0x729189) is known color: Gumbo. HEX triplet: 72, 91 and 89. RGB value is (114,145,137). Sum of RGB (Red+Green+Blue) = 114+145+137=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #729189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729189 is #8D6E76. Grayscale: #868686. Windows color (decimal): -9268855 or 9015666. OLE color: 9015666.

HSL color Cylindrical-coordinate representation of color #729189: hue angle of 164.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729189 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 137 -
CMYK 0.21 0 0.06 0.43
HSL 164.52º 0.12% 0.51% -
HSV(B) 164.52º 0.21% 0.57% -
XYZ 21.58 25.63 27.48 -
YUV 134.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 114 145 137 0.21 0 0.06 0.43 164.52 0.12 0.51
Hex 72 91 89 15 0 6 2B A5 C 33
Octal 162 221 211 25 0 6 53 245 14 63
Binary 1110010 10010001 10001001 10101 0 110 101011 10100101 1100 110011

Color Harmonies of #729189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729189

Black with #729189

Text Example


Text Example

White with #729189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729189; }

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

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

background-color css

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

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

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

border-color css

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

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

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