Html Css Color HEX #718881 Gumbo

📋 copy color: '#718881'

red 113 ◦ green 136 ◦ blue 129

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

Shades of Gumbo #718881

Tints of Gumbo #718881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 29.89%
G = 35.98%
B = 34.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#718881 (or 0x718881) is known color: Gumbo. HEX triplet: 71, 88 and 81. RGB value is (113,136,129). Sum of RGB (Red+Green+Blue) = 113+136+129=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #718881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718881 is #8E777E. Grayscale: #808080. Windows color (decimal): -9336703 or 8489073. OLE color: 8489073.

HSL color Cylindrical-coordinate representation of color #718881: hue angle of 161.74º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718881 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 129 -
CMYK 0.17 0 0.05 0.47
HSL 161.74º 0.09% 0.49% -
HSV(B) 161.74º 0.17% 0.53% -
XYZ 19.58 22.7 24.12 -
YUV 128.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 113 136 129 0.17 0 0.05 0.47 161.74 0.09 0.49
Hex 71 88 81 11 0 5 2F A2 9 31
Octal 161 210 201 21 0 5 57 242 11 61
Binary 1110001 10001000 10000001 10001 0 101 101111 10100010 1001 110001

Color Harmonies of #718881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718881

Black with #718881

Text Example


Text Example

White with #718881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718881; }

 p { color: rgb(113,136,129); }

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

background-color css

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

 a { background-color: rgb(113,136,129); }

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

border-color css

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

 span { border-color: rgb(113,136,129); }

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