Html Css Color HEX #708786 Gumbo

📋 copy color: '#708786'

red 112 ◦ green 135 ◦ blue 134

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

Shades of Gumbo #708786

Tints of Gumbo #708786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 29.4%
G = 35.43%
B = 35.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#708786 (or 0x708786) is known color: Gumbo. HEX triplet: 70, 87 and 86. RGB value is (112,135,134). Sum of RGB (Red+Green+Blue) = 112+135+134=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #708786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708786 is #8F7879. Grayscale: #7F7F7F. Windows color (decimal): -9402490 or 8816496. OLE color: 8816496.

HSL color Cylindrical-coordinate representation of color #708786: hue angle of 177.39º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708786 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 134 -
CMYK 0.17 0 0.01 0.47
HSL 177.39º 0.09% 0.48% -
HSV(B) 177.39º 0.17% 0.53% -
XYZ 19.65 22.49 25.86 -
YUV 128.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 112 135 134 0.17 0 0.01 0.47 177.39 0.09 0.48
Hex 70 87 86 11 0 1 2F B1 9 30
Octal 160 207 206 21 0 1 57 261 11 60
Binary 1110000 10000111 10000110 10001 0 1 101111 10110001 1001 110000

Color Harmonies of #708786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708786

Black with #708786

Text Example


Text Example

White with #708786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708786; }

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

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

background-color css

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

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

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

border-color css

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

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

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