#738F88

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

Shades of Gumbo #738F88

Tints of Gumbo #738F88

Color information

#738F88 (or 0x738F88) is unknown color: approx Gumbo. HEX triplet: 73, 8F and 88. RGB value is (115,143,136). Sum of RGB (Red+Green+Blue) = 115+143+136=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #738F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F88 is #8C7077. Grayscale: #858585. Windows color (decimal): -9203832 or 8949619. OLE color: 8949619.

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

Color convert

RGB115143136-
CMYK0.2000.050.44
HSL165º11.11%50.59%-
HSV(B)165º19.58%56.08%-
XYZ21.3425.0727.01-
YUV133.83129.22114.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=29.19%
G=36.29%
B=34.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151431360.2000.050.4416511.1150.59
Hex738F8814052Ca5b33
Octal1632172102405542451363
Binary11100111000111110001000101000101101100101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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