Html Css Color HEX #718983 Gumbo

📋 copy color: '#718983'

red 113 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #718983

Tints of Gumbo #718983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 29.66%
G = 35.96%
B = 34.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#718983 (or 0x718983) is known color: Gumbo. HEX triplet: 71, 89 and 83. RGB value is (113,137,131). Sum of RGB (Red+Green+Blue) = 113+137+131=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #718983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718983 is #8E767C. Grayscale: #818181. Windows color (decimal): -9336445 or 8620401. OLE color: 8620401.

HSL color Cylindrical-coordinate representation of color #718983: hue angle of 165º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718983 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 131 -
CMYK 0.18 0 0.04 0.46
HSL 165º 0.1% 0.49% -
HSV(B) 165º 0.18% 0.54% -
XYZ 19.85 23.04 24.87 -
YUV 129.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 113 137 131 0.18 0 0.04 0.46 165 0.1 0.49
Hex 71 89 83 12 0 4 2E A5 A 31
Octal 161 211 203 22 0 4 56 245 12 61
Binary 1110001 10001001 10000011 10010 0 100 101110 10100101 1010 110001

Color Harmonies of #718983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718983

Black with #718983

Text Example


Text Example

White with #718983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718983; }

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

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

background-color css

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

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

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

border-color css

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

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

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