Html Css Color HEX #708683 Gumbo

📋 copy color: '#708683'

red 112 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #708683

Tints of Gumbo #708683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 29.71%
G = 35.54%
B = 34.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#708683 (or 0x708683) is known color: Gumbo. HEX triplet: 70, 86 and 83. RGB value is (112,134,131). Sum of RGB (Red+Green+Blue) = 112+134+131=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #708683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708683 is #8F797C. Grayscale: #7F7F7F. Windows color (decimal): -9402749 or 8619632. OLE color: 8619632.

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

Color convert

RGB 112 134 131 -
CMYK 0.16 0 0.02 0.47
HSL 171.82º 0.09% 0.48% -
HSV(B) 171.82º 0.16% 0.53% -
XYZ 19.3 22.13 24.73 -
YUV 127.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 112 134 131 0.16 0 0.02 0.47 171.82 0.09 0.48
Hex 70 86 83 10 0 2 2F AC 9 30
Octal 160 206 203 20 0 2 57 254 11 60
Binary 1110000 10000110 10000011 10000 0 10 101111 10101100 1001 110000

Color Harmonies of #708683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708683

Black with #708683

Text Example


Text Example

White with #708683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708683; }

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

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

background-color css

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

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

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

border-color css

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

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

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