Html Css Color HEX #729089 Gumbo

📋 copy color: '#729089'

red 114 ◦ green 144 ◦ blue 137

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

Shades of Gumbo #729089

Tints of Gumbo #729089

RGB

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

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

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

R = 28.86%
G = 36.46%
B = 34.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#729089 (or 0x729089) is known color: Gumbo. HEX triplet: 72, 90 and 89. RGB value is (114,144,137). Sum of RGB (Red+Green+Blue) = 114+144+137=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #729089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729089 is #8D6F76. Grayscale: #868686. Windows color (decimal): -9269111 or 9015410. OLE color: 9015410.

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

Color convert

RGB 114 144 137 -
CMYK 0.21 0 0.05 0.44
HSL 166º 0.12% 0.51% -
HSV(B) 166º 0.21% 0.56% -
XYZ 21.43 25.33 27.43 -
YUV 134.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 114 144 137 0.21 0 0.05 0.44 166 0.12 0.51
Hex 72 90 89 15 0 5 2C A6 C 33
Octal 162 220 211 25 0 5 54 246 14 63
Binary 1110010 10010000 10001001 10101 0 101 101100 10100110 1100 110011

Color Harmonies of #729089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729089

Black with #729089

Text Example


Text Example

White with #729089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729089; }

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

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

background-color css

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

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

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

border-color css

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

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

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