#738B86

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

Shades of Gumbo #738B86

Tints of Gumbo #738B86

Color information

#738B86 (or 0x738B86) is unknown color: approx Gumbo. HEX triplet: 73, 8B and 86. RGB value is (115,139,134). Sum of RGB (Red+Green+Blue) = 115+139+134=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #738B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B86 is #8C7479. Grayscale: #838383. Windows color (decimal): -9204858 or 8817523. OLE color: 8817523.

HSL color Cylindrical-coordinate representation of color #738B86: hue angle of 167.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B86 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB115139134-
CMYK0.1700.040.45
HSL167.5º9.45%49.8%-
HSV(B)167.5º17.27%54.51%-
XYZ20.6123.8326.07-
YUV131.25129.55116.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=29.64%
G=35.82%
B=34.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391340.1700.040.45167.59.4549.8
Hex738B8611042Da7932
Octal1632132062104552471162
Binary11100111000101110000110100010100101101101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738B86; }

 p { color: rgb(115,139,134); }

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

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

 a { background-color: rgb(115,139,134); }

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

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

 span { border-color: rgb(115,139,134); }

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