Html Css Color HEX #719189 Gumbo

📋 copy color: '#719189'

red 113 ◦ green 145 ◦ blue 137

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

Shades of Gumbo #719189

Tints of Gumbo #719189

RGB

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

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

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

R = 28.61%
G = 36.71%
B = 34.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#719189 (or 0x719189) is known color: Gumbo. HEX triplet: 71, 91 and 89. RGB value is (113,145,137). Sum of RGB (Red+Green+Blue) = 113+145+137=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #719189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719189 is #8E6E76. Grayscale: #868686. Windows color (decimal): -9334391 or 9015665. OLE color: 9015665.

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

Color convert

RGB 113 145 137 -
CMYK 0.22 0 0.06 0.43
HSL 165º 0.13% 0.51% -
HSV(B) 165º 0.22% 0.57% -
XYZ 21.45 25.57 27.47 -
YUV 134.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 113 145 137 0.22 0 0.06 0.43 165 0.13 0.51
Hex 71 91 89 16 0 6 2B A5 D 33
Octal 161 221 211 26 0 6 53 245 15 63
Binary 1110001 10010001 10001001 10110 0 110 101011 10100101 1101 110011

Color Harmonies of #719189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719189

Black with #719189

Text Example


Text Example

White with #719189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719189; }

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

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

background-color css

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

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

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

border-color css

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

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

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