#748785

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

Shades of Gumbo #748785

Tints of Gumbo #748785

Color information

#748785 (or 0x748785) is unknown color: approx Gumbo. HEX triplet: 74, 87 and 85. RGB value is (116,135,133). Sum of RGB (Red+Green+Blue) = 116+135+133=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #748785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748785 is #8B787A. Grayscale: #818181. Windows color (decimal): -9140347 or 8750964. OLE color: 8750964.

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

Color convert

RGB116135133-
CMYK0.1400.010.47
HSL173.68º7.57%49.22%-
HSV(B)173.68º14.07%52.94%-
XYZ20.122.7325.52-
YUV129.09130.21118.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=30.21%
G=35.16%
B=34.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351330.1400.010.47173.687.5749.22
Hex748785E012Fae831
Octal1642072051601572561061
Binary11101001000011110000101111001101111101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748785; }

 p { color: rgb(116,135,133); }

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

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

 a { background-color: rgb(116,135,133); }

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

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

 span { border-color: rgb(116,135,133); }

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