#738784

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

Shades of Gumbo #738784

Tints of Gumbo #738784

Color information

#738784 (or 0x738784) is unknown color: approx Gumbo. HEX triplet: 73, 87 and 84. RGB value is (115,135,132). Sum of RGB (Red+Green+Blue) = 115+135+132=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #738784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738784 is #8C787B. Grayscale: #808080. Windows color (decimal): -9205884 or 8685427. OLE color: 8685427.

HSL color Cylindrical-coordinate representation of color #738784: hue angle of 171º 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 #738784 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB115135132-
CMYK0.1500.020.47
HSL171º8%49.02%-
HSV(B)171º14.81%52.94%-
XYZ19.922.6425.15-
YUV128.68129.87118.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=30.10%
G=35.34%
B=34.55%

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
Decimal1151351320.1500.020.47171849.02
Hex738784F022Fab831
Octal1632072041702572531061
Binary111001110000111100001001111010101111101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738784; }

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

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

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

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

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

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

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

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