#708783

Color #708783 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #708783

Tints of Gumbo #708783

Color information

#708783 (or 0x708783) is unknown color: approx 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

RGB112135131-
CMYK0.1700.030.47
HSL169.57º9.31%48.43%-
HSV(B)169.57º17.04%52.94%-
XYZ19.4422.4124.77-
YUV127.67129.88116.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351310.1700.030.47169.579.3148.43
Hex70878311032Faa930
Octal1602072032103572521160
Binary1110000100001111000001110001011101111101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>