Html Css Color HEX #708983 Gumbo

📋 copy color: '#708983'

red 112 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #708983

Tints of Gumbo #708983

RGB

 RED value IS 112 (44.14% from 255) = 29.47%

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

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

R = 29.47%
G = 36.05%
B = 34.47%

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

#708983 (or 0x708983) is known color: Gumbo. HEX triplet: 70, 89 and 83. RGB value is (112,137,131). Sum of RGB (Red+Green+Blue) = 112+137+131=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #708983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708983 is #8F767C. Grayscale: #808080. Windows color (decimal): -9401981 or 8620400. OLE color: 8620400.

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

Color convert

RGB 112 137 131 -
CMYK 0.18 0 0.04 0.46
HSL 165.6º 0.1% 0.49% -
HSV(B) 165.6º 0.18% 0.54% -
XYZ 19.72 22.97 24.87 -
YUV 128.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 112 137 131 0.18 0 0.04 0.46 165.6 0.1 0.49
Hex 70 89 83 12 0 4 2E A6 A 31
Octal 160 211 203 22 0 4 56 246 12 61
Binary 1110000 10001001 10000011 10010 0 100 101110 10100110 1010 110001

Color Harmonies of #708983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708983

Black with #708983

Text Example


Text Example

White with #708983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708983; }

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

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

background-color css

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

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

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

border-color css

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

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

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