#738483

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

Shades of Gumbo #738483

Tints of Gumbo #738483

Color information

#738483 (or 0x738483) is unknown color: approx Gumbo. HEX triplet: 73, 84 and 83. RGB value is (115,132,131). Sum of RGB (Red+Green+Blue) = 115+132+131=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #738483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738483 is #8C7B7C. Grayscale: #7E7E7E. Windows color (decimal): -9206653 or 8619123. OLE color: 8619123.

HSL color Cylindrical-coordinate representation of color #738483: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738483 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB115132131-
CMYK0.1300.010.48
HSL176.47º6.88%48.43%-
HSV(B)176.47º12.88%51.76%-
XYZ19.4221.7924.65-
YUV126.8130.37119.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=30.42%
G=34.92%
B=34.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321310.1300.010.48176.476.8848.43
Hex738483D0130b0730
Octal163204203150160260760
Binary1110011100001001000001111010111000010110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738483; }

 p { color: rgb(115,132,131); }

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

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

 a { background-color: rgb(115,132,131); }

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

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

 span { border-color: rgb(115,132,131); }

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