#738D89

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

Shades of Gumbo #738D89

Tints of Gumbo #738D89

Color information

#738D89 (or 0x738D89) is unknown color: approx Gumbo. HEX triplet: 73, 8D and 89. RGB value is (115,141,137). Sum of RGB (Red+Green+Blue) = 115+141+137=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #738D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D89 is #8C7276. Grayscale: #848484. Windows color (decimal): -9204343 or 9014643. OLE color: 9014643.

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

Color convert

RGB115141137-
CMYK0.1800.030.45
HSL170.77º10.24%50.2%-
HSV(B)170.77º18.44%55.29%-
XYZ21.1124.527.28-
YUV132.77130.39115.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=29.26%
G=35.88%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151411370.1800.030.45170.7710.2450.2
Hex738D8912032Daba32
Octal1632152112203552531262
Binary1110011100011011000100110010011101101101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,137); }

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

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

 a { background-color: rgb(115,141,137); }

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

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

 span { border-color: rgb(115,141,137); }

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