Html Css Color HEX #718883 Gumbo

📋 copy color: '#718883'

red 113 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #718883

Tints of Gumbo #718883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 29.74%
G = 35.79%
B = 34.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#718883 (or 0x718883) is known color: Gumbo. HEX triplet: 71, 88 and 83. RGB value is (113,136,131). Sum of RGB (Red+Green+Blue) = 113+136+131=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #718883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718883 is #8E777C. Grayscale: #808080. Windows color (decimal): -9336701 or 8620145. OLE color: 8620145.

HSL color Cylindrical-coordinate representation of color #718883: hue angle of 166.96º 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 #718883 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 131 -
CMYK 0.17 0 0.04 0.47
HSL 166.96º 0.09% 0.49% -
HSV(B) 166.96º 0.17% 0.53% -
XYZ 19.71 22.76 24.83 -
YUV 128.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 113 136 131 0.17 0 0.04 0.47 166.96 0.09 0.49
Hex 71 88 83 11 0 4 2F A7 9 31
Octal 161 210 203 21 0 4 57 247 11 61
Binary 1110001 10001000 10000011 10001 0 100 101111 10100111 1001 110001

Color Harmonies of #718883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718883

Black with #718883

Text Example


Text Example

White with #718883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718883; }

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

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

background-color css

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

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

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

border-color css

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

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

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