#738C85

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

Shades of Gumbo #738C85

Tints of Gumbo #738C85

Color information

#738C85 (or 0x738C85) is unknown color: approx Gumbo. HEX triplet: 73, 8C and 85. RGB value is (115,140,133). Sum of RGB (Red+Green+Blue) = 115+140+133=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #738C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C85 is #8C737A. Grayscale: #838383. Windows color (decimal): -9204603 or 8752243. OLE color: 8752243.

HSL color Cylindrical-coordinate representation of color #738C85: hue angle of 163.2º 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 #738C85 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB115140133-
CMYK0.1800.050.45
HSL163.2º9.8%50%-
HSV(B)163.2º17.86%54.9%-
XYZ20.6824.0925.75-
YUV131.73128.72116.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=29.64%
G=36.08%
B=34.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151401330.1800.050.45163.29.850
Hex738C8512052Da3a32
Octal1632142052205552431262
Binary11100111000110010000101100100101101101101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,140,133); }

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

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

 a { background-color: rgb(115,140,133); }

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

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

 span { border-color: rgb(115,140,133); }

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