#718781

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

Shades of Gumbo #718781

Tints of Gumbo #718781

Color information

#718781 (or 0x718781) is unknown color: approx Gumbo. HEX triplet: 71, 87 and 81. RGB value is (113,135,129). Sum of RGB (Red+Green+Blue) = 113+135+129=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #718781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718781 is #8E787E. Grayscale: #7F7F7F. Windows color (decimal): -9336959 or 8488817. OLE color: 8488817.

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

Color convert

RGB113135129-
CMYK0.1600.040.47
HSL163.64º8.87%48.63%-
HSV(B)163.64º16.3%52.94%-
XYZ19.4422.4224.07-
YUV127.74128.71117.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=29.97%
G=35.81%
B=34.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351290.1600.040.47163.648.8748.63
Hex71878110042Fa4931
Octal1612072012004572441161
Binary11100011000011110000001100000100101111101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718781; }

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

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

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

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

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

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

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

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