#738F8A

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

Shades of Gumbo #738F8A

Tints of Gumbo #738F8A

Color information

#738F8A (or 0x738F8A) is unknown color: approx Gumbo. HEX triplet: 73, 8F and 8A. RGB value is (115,143,138). Sum of RGB (Red+Green+Blue) = 115+143+138=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #738F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F8A is #8C7075. Grayscale: #868686. Windows color (decimal): -9203830 or 9080691. OLE color: 9080691.

HSL color Cylindrical-coordinate representation of color #738F8A: hue angle of 169.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F8A is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB115143138-
CMYK0.2000.030.44
HSL169.29º11.11%50.59%-
HSV(B)169.29º19.58%56.08%-
XYZ21.4825.1227.76-
YUV134.06130.22114.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=29.04%
G=36.11%
B=34.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151431380.2000.030.44169.2911.1150.59
Hex738F8A14032Ca9b33
Octal1632172122403542511363
Binary1110011100011111000101010100011101100101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,138); }

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

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

 a { background-color: rgb(115,143,138); }

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

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

 span { border-color: rgb(115,143,138); }

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