#738680

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

Shades of Gumbo #738680

Tints of Gumbo #738680

Color information

#738680 (or 0x738680) is unknown color: approx Gumbo. HEX triplet: 73, 86 and 80. RGB value is (115,134,128). Sum of RGB (Red+Green+Blue) = 115+134+128=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #738680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738680 is #8C797F. Grayscale: #7F7F7F. Windows color (decimal): -9206144 or 8423027. OLE color: 8423027.

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

Color convert

RGB115134128-
CMYK0.1400.040.47
HSL161.05º7.63%48.82%-
HSV(B)161.05º14.18%52.55%-
XYZ19.4922.2523.69-
YUV127.64128.21118.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=30.50%
G=35.54%
B=33.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341280.1400.040.47161.057.6348.82
Hex738680E042Fa1831
Octal1632062001604572411061
Binary1110011100001101000000011100100101111101000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738680; }

 p { color: rgb(115,134,128); }

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

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

 a { background-color: rgb(115,134,128); }

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

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

 span { border-color: rgb(115,134,128); }

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