Html Css Color HEX #719089 Gumbo

📋 copy color: '#719089'

red 113 ◦ green 144 ◦ blue 137

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

Shades of Gumbo #719089

Tints of Gumbo #719089

RGB

 RED value IS 113 (44.53% from 255) = 28.68%

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

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

R = 28.68%
G = 36.55%
B = 34.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#719089 (or 0x719089) is known color: Gumbo. HEX triplet: 71, 90 and 89. RGB value is (113,144,137). Sum of RGB (Red+Green+Blue) = 113+144+137=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #719089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719089 is #8E6F76. Grayscale: #858585. Windows color (decimal): -9334647 or 9015409. OLE color: 9015409.

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

Color convert

RGB 113 144 137 -
CMYK 0.22 0 0.05 0.44
HSL 166.45º 0.12% 0.5% -
HSV(B) 166.45º 0.22% 0.56% -
XYZ 21.3 25.26 27.42 -
YUV 133.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 113 144 137 0.22 0 0.05 0.44 166.45 0.12 0.5
Hex 71 90 89 16 0 5 2C A6 C 32
Octal 161 220 211 26 0 5 54 246 14 62
Binary 1110001 10010000 10001001 10110 0 101 101100 10100110 1100 110010

Color Harmonies of #719089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719089

Black with #719089

Text Example


Text Example

White with #719089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719089; }

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

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

background-color css

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

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

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

border-color css

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

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

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