Html Css Color HEX #708681 Gumbo

📋 copy color: '#708681'

red 112 ◦ green 134 ◦ blue 129

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

Shades of Gumbo #708681

Tints of Gumbo #708681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 29.87%
G = 35.73%
B = 34.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#708681 (or 0x708681) is known color: Gumbo. HEX triplet: 70, 86 and 81. RGB value is (112,134,129). Sum of RGB (Red+Green+Blue) = 112+134+129=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #708681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708681 is #8F797E. Grayscale: #7E7E7E. Windows color (decimal): -9402751 or 8488560. OLE color: 8488560.

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

Color convert

RGB 112 134 129 -
CMYK 0.16 0 0.04 0.47
HSL 166.36º 0.09% 0.48% -
HSV(B) 166.36º 0.16% 0.53% -
XYZ 19.17 22.08 24.02 -
YUV 126.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 112 134 129 0.16 0 0.04 0.47 166.36 0.09 0.48
Hex 70 86 81 10 0 4 2F A6 9 30
Octal 160 206 201 20 0 4 57 246 11 60
Binary 1110000 10000110 10000001 10000 0 100 101111 10100110 1001 110000

Color Harmonies of #708681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708681

Black with #708681

Text Example


Text Example

White with #708681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708681; }

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

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

background-color css

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

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

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

border-color css

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

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

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