Html Css Color HEX #718D89 Gumbo

📋 copy color: '#718D89'

red 113 ◦ green 141 ◦ blue 137

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

Shades of Gumbo #718D89

Tints of Gumbo #718D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 28.9%
G = 36.06%
B = 35.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#718D89 (or 0x718D89) is known color: Gumbo. HEX triplet: 71, 8D and 89. RGB value is (113,141,137). Sum of RGB (Red+Green+Blue) = 113+141+137=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #718D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D89 is #8E7276. Grayscale: #848484. Windows color (decimal): -9335415 or 9014641. OLE color: 9014641.

HSL color Cylindrical-coordinate representation of color #718D89: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D89 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 141 137 -
CMYK 0.20 0 0.03 0.45
HSL 171.43º 0.11% 0.5% -
HSV(B) 171.43º 0.2% 0.55% -
XYZ 20.85 24.37 27.27 -
YUV 132.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 113 141 137 0.20 0 0.03 0.45 171.43 0.11 0.5
Hex 71 8D 89 14 0 3 2D AB B 32
Octal 161 215 211 24 0 3 55 253 13 62
Binary 1110001 10001101 10001001 10100 0 11 101101 10101011 1011 110010

Color Harmonies of #718D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D89

Black with #718D89

Text Example


Text Example

White with #718D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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