#718783

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

Shades of Gumbo #718783

Tints of Gumbo #718783

Color information

#718783 (or 0x718783) is unknown color: approx Gumbo. HEX triplet: 71, 87 and 83. RGB value is (113,135,131). Sum of RGB (Red+Green+Blue) = 113+135+131=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #718783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718783 is #8E787C. Grayscale: #7F7F7F. Windows color (decimal): -9336957 or 8619889. OLE color: 8619889.

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

Color convert

RGB113135131-
CMYK0.1600.030.47
HSL169.09º8.87%48.63%-
HSV(B)169.09º16.3%52.94%-
XYZ19.5722.4824.78-
YUV127.97129.71117.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=29.82%
G=35.62%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351310.1600.030.47169.098.8748.63
Hex71878310032Fa9931
Octal1612072032003572511161
Binary1110001100001111000001110000011101111101010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718783; }

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

 H1.HeaderClassName
 {
   color: #718783;
 }
 .AnyTagClassName
 {
   color: #718783;
 }
</style>
background-color css

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

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

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

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

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

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