Shades of Gumbo #748781
Tints of Gumbo #748781
RGB
CMYK
RGB Variations
Color information
#748781 (or 0x748781) is known color: Gumbo. HEX triplet: 74, 87 and 81. RGB value is (116,135,129). Sum of RGB (Red+Green+Blue) = 116+135+129=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #748781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748781 is #8B787E. Grayscale: #808080. Windows color (decimal): -9140351 or 8488820. OLE color: 8488820.
HSL color Cylindrical-coordinate representation of color #748781: 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 #748781 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 129 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.47 |
| HSL | 161.05º | 0.08% | 0.49% | - |
| HSV(B) | 161.05º | 0.14% | 0.53% | - |
| XYZ | 19.83 | 22.63 | 24.09 | - |
| YUV | 128.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 129 | 0.14 | 0 | 0.04 | 0.47 | 161.05 | 0.08 | 0.49 |
| Hex | 74 | 87 | 81 | E | 0 | 4 | 2F | A1 | 8 | 31 |
| Octal | 164 | 207 | 201 | 16 | 0 | 4 | 57 | 241 | 10 | 61 |
| Binary | 1110100 | 10000111 | 10000001 | 1110 | 0 | 100 | 101111 | 10100001 | 1000 | 110001 |
Color Harmonies of #748781
Complementary color
Monochromatic Colors of #748781
Black with #748781
Text Example
Text Example
White with #748781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748781; }
p { color: rgb(116,135,129); }
H1.HeaderClassName
{
color: #748781;
}
.AnyTagClassName
{
color: #748781;
}
</style>
background-color css
<style>
a { background-color: #748781; }
a { background-color: rgb(116,135,129); }
div.DivClassName
{
background-color: #748781;
}
.BgClassName
{
background-color: #748781;
}
</style>
border-color css
<style>
span { border-color: #748781; }
span { border-color: rgb(116,135,129); }
td.TdClassName
{
border-color: #748781;
}
.TagClassName
{
border-color: #748781;
}
</style>