Html Css Color HEX #708680 Gumbo

📋 copy color: '#708680'

red 112 ◦ green 134 ◦ blue 128

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

Shades of Gumbo #708680

Tints of Gumbo #708680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 29.95%
G = 35.83%
B = 34.22%

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

#708680 (or 0x708680) is known color: Gumbo. HEX triplet: 70, 86 and 80. RGB value is (112,134,128). Sum of RGB (Red+Green+Blue) = 112+134+128=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #708680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708680 is #8F797F. Grayscale: #7E7E7E. Windows color (decimal): -9402752 or 8423024. OLE color: 8423024.

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

Color convert

RGB 112 134 128 -
CMYK 0.16 0 0.04 0.47
HSL 163.64º 0.09% 0.48% -
HSV(B) 163.64º 0.16% 0.53% -
XYZ 19.1 22.05 23.67 -
YUV 126.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 112 134 128 0.16 0 0.04 0.47 163.64 0.09 0.48
Hex 70 86 80 10 0 4 2F A4 9 30
Octal 160 206 200 20 0 4 57 244 11 60
Binary 1110000 10000110 10000000 10000 0 100 101111 10100100 1001 110000

Color Harmonies of #708680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708680

Black with #708680

Text Example


Text Example

White with #708680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708680; }

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

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

background-color css

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

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

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

border-color css

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

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

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