#738885

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

Shades of Gumbo #738885

Tints of Gumbo #738885

Color information

#738885 (or 0x738885) is unknown color: approx Gumbo. HEX triplet: 73, 88 and 85. RGB value is (115,136,133). Sum of RGB (Red+Green+Blue) = 115+136+133=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #738885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738885 is #8C777A. Grayscale: #818181. Windows color (decimal): -9205627 or 8751219. OLE color: 8751219.

HSL color Cylindrical-coordinate representation of color #738885: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #738885 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB115136133-
CMYK0.1500.020.47
HSL171.43º8.37%49.22%-
HSV(B)171.43º15.44%53.33%-
XYZ20.1122.9525.56-
YUV129.38130.04117.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=29.95%
G=35.42%
B=34.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151361330.1500.020.47171.438.3749.22
Hex738885F022Fab831
Octal1632102051702572531061
Binary111001110001000100001011111010101111101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738885; }

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

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

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

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

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

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

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

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