#748B87

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

Shades of Gumbo #748B87

Tints of Gumbo #748B87

Color information

#748B87 (or 0x748B87) is unknown color: approx Gumbo. HEX triplet: 74, 8B and 87. RGB value is (116,139,135). Sum of RGB (Red+Green+Blue) = 116+139+135=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #748B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B87 is #8B7478. Grayscale: #838383. Windows color (decimal): -9139321 or 8883060. OLE color: 8883060.

HSL color Cylindrical-coordinate representation of color #748B87: hue angle of 169.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B87 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB116139135-
CMYK0.1700.030.45
HSL169.57º9.02%50%-
HSV(B)169.57º16.55%54.51%-
XYZ20.8123.9326.44-
YUV131.67129.88116.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=29.74%
G=35.64%
B=34.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161391350.1700.030.45169.579.0250
Hex748B8711032Daa932
Octal1642132072103552521162
Binary1110100100010111000011110001011101101101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748B87; }

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

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

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

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

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

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

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

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