Html Css Color HEX #708984 Gumbo

📋 copy color: '#708984'

red 112 ◦ green 137 ◦ blue 132

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

Shades of Gumbo #708984

Tints of Gumbo #708984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 29.4%
G = 35.96%
B = 34.65%

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

#708984 (or 0x708984) is known color: Gumbo. HEX triplet: 70, 89 and 84. RGB value is (112,137,132). Sum of RGB (Red+Green+Blue) = 112+137+132=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #708984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708984 is #8F767B. Grayscale: #808080. Windows color (decimal): -9401980 or 8685936. OLE color: 8685936.

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

Color convert

RGB 112 137 132 -
CMYK 0.18 0 0.04 0.46
HSL 168º 0.1% 0.49% -
HSV(B) 168º 0.18% 0.54% -
XYZ 19.79 23 25.23 -
YUV 128.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 112 137 132 0.18 0 0.04 0.46 168 0.1 0.49
Hex 70 89 84 12 0 4 2E A8 A 31
Octal 160 211 204 22 0 4 56 250 12 61
Binary 1110000 10001001 10000100 10010 0 100 101110 10101000 1010 110001

Color Harmonies of #708984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708984

Black with #708984

Text Example


Text Example

White with #708984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708984; }

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

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

background-color css

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

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

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

border-color css

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

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

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