Shades of Stromboli #4C6760
Tints of Stromboli #4C6760
RGB
CMYK
RGB Variations
Color information
#4C6760 (or 0x4C6760) is known color: Stromboli. HEX triplet: 4C, 67 and 60. RGB value is (76,103,96). Sum of RGB (Red+Green+Blue) = 76+103+96=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6760 is #B3989F. Grayscale: #5E5E5E. Windows color (decimal): -11770016 or 6317900. OLE color: 6317900.
HSL color Cylindrical-coordinate representation of color #4C6760: hue angle of 164.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C6760 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 96 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.60 |
| HSL | 164.44º | 0.15% | 0.35% | - |
| HSV(B) | 164.44º | 0.26% | 0.4% | - |
| XYZ | 9.94 | 12.08 | 12.87 | - |
| YUV | 94.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 96 | 0.26 | 0 | 0.07 | 0.60 | 164.44 | 0.15 | 0.35 |
| Hex | 4C | 67 | 60 | 1A | 0 | 7 | 3C | A4 | F | 23 |
| Octal | 114 | 147 | 140 | 32 | 0 | 7 | 74 | 244 | 17 | 43 |
| Binary | 1001100 | 1100111 | 1100000 | 11010 | 0 | 111 | 111100 | 10100100 | 1111 | 100011 |
Color Harmonies of #4C6760
Complementary color
Monochromatic Colors of #4C6760
Black with #4C6760
Text Example
Text Example
White with #4C6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6760; }
p { color: rgb(76,103,96); }
H1.HeaderClassName
{
color: #4C6760;
}
.AnyTagClassName
{
color: #4C6760;
}
</style>
background-color css
<style>
a { background-color: #4C6760; }
a { background-color: rgb(76,103,96); }
div.DivClassName
{
background-color: #4C6760;
}
.BgClassName
{
background-color: #4C6760;
}
</style>
border-color css
<style>
span { border-color: #4C6760; }
span { border-color: rgb(76,103,96); }
td.TdClassName
{
border-color: #4C6760;
}
.TagClassName
{
border-color: #4C6760;
}
</style>