#748E89

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

Shades of Gumbo #748E89

Tints of Gumbo #748E89

Color information

#748E89 (or 0x748E89) is unknown color: approx Gumbo. HEX triplet: 74, 8E and 89. RGB value is (116,142,137). Sum of RGB (Red+Green+Blue) = 116+142+137=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #748E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E89 is #8B7176. Grayscale: #858585. Windows color (decimal): -9138551 or 9014900. OLE color: 9014900.

HSL color Cylindrical-coordinate representation of color #748E89: hue angle of 168.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748E89 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB116142137-
CMYK0.1800.040.44
HSL168.46º10.32%50.59%-
HSV(B)168.46º18.31%55.69%-
XYZ21.3924.8727.34-
YUV133.66129.89115.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=29.37%
G=35.95%
B=34.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421370.1800.040.44168.4610.3250.59
Hex748E8912042Ca8a33
Octal1642162112204542501263
Binary11101001000111010001001100100100101100101010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,142,137); }

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

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

 a { background-color: rgb(116,142,137); }

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

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

 span { border-color: rgb(116,142,137); }

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