Html Css Color HEX #708783 Gumbo

📋 copy color: '#708783'

red 112 ◦ green 135 ◦ blue 131

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

Shades of Gumbo #708783

Tints of Gumbo #708783

RGB

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

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

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

R = 29.63%
G = 35.71%
B = 34.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#708783 (or 0x708783) is known color: Gumbo. HEX triplet: 70, 87 and 83. RGB value is (112,135,131). Sum of RGB (Red+Green+Blue) = 112+135+131=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #708783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708783 is #8F787C. Grayscale: #7F7F7F. Windows color (decimal): -9402493 or 8619888. OLE color: 8619888.

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

Color convert

RGB 112 135 131 -
CMYK 0.17 0 0.03 0.47
HSL 169.57º 0.09% 0.48% -
HSV(B) 169.57º 0.17% 0.53% -
XYZ 19.44 22.41 24.77 -
YUV 127.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 112 135 131 0.17 0 0.03 0.47 169.57 0.09 0.48
Hex 70 87 83 11 0 3 2F AA 9 30
Octal 160 207 203 21 0 3 57 252 11 60
Binary 1110000 10000111 10000011 10001 0 11 101111 10101010 1001 110000

Color Harmonies of #708783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708783

Black with #708783

Text Example


Text Example

White with #708783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708783; }

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

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

background-color css

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

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

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

border-color css

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

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

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