Html Css Color HEX #708B86 Gumbo

📋 copy color: '#708B86'

red 112 ◦ green 139 ◦ blue 134

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

Shades of Gumbo #708B86

Tints of Gumbo #708B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 29.09%
G = 36.1%
B = 34.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#708B86 (or 0x708B86) is known color: Gumbo. HEX triplet: 70, 8B and 86. RGB value is (112,139,134). Sum of RGB (Red+Green+Blue) = 112+139+134=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #708B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B86 is #8F7479. Grayscale: #828282. Windows color (decimal): -9401466 or 8817520. OLE color: 8817520.

HSL color Cylindrical-coordinate representation of color #708B86: hue angle of 168.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B86 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 134 -
CMYK 0.19 0 0.04 0.45
HSL 168.89º 0.11% 0.49% -
HSV(B) 168.89º 0.19% 0.55% -
XYZ 20.22 23.63 26.05 -
YUV 130.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 112 139 134 0.19 0 0.04 0.45 168.89 0.11 0.49
Hex 70 8B 86 13 0 4 2D A9 B 31
Octal 160 213 206 23 0 4 55 251 13 61
Binary 1110000 10001011 10000110 10011 0 100 101101 10101001 1011 110001

Color Harmonies of #708B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B86

Black with #708B86

Text Example


Text Example

White with #708B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B86; }

 p { color: rgb(112,139,134); }

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

background-color css

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

 a { background-color: rgb(112,139,134); }

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

border-color css

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

 span { border-color: rgb(112,139,134); }

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