Shades of Rolling Stone #677B77
Tints of Rolling Stone #677B77
RGB
CMYK
RGB Variations
Color information
#677B77 (or 0x677B77) is known color: Rolling Stone. HEX triplet: 67, 7B and 77. RGB value is (103,123,119). Sum of RGB (Red+Green+Blue) = 103+123+119=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #677B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B77 is #988488. Grayscale: #747474. Windows color (decimal): -9995401 or 7830375. OLE color: 7830375.
HSL color Cylindrical-coordinate representation of color #677B77: hue angle of 168º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677B77 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 119 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.52 |
| HSL | 168º | 0.09% | 0.44% | - |
| HSV(B) | 168º | 0.16% | 0.48% | - |
| XYZ | 16.01 | 18.38 | 20.16 | - |
| YUV | 116.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 119 | 0.16 | 0 | 0.03 | 0.52 | 168 | 0.09 | 0.44 |
| Hex | 67 | 7B | 77 | 10 | 0 | 3 | 34 | A8 | 9 | 2C |
| Octal | 147 | 173 | 167 | 20 | 0 | 3 | 64 | 250 | 11 | 54 |
| Binary | 1100111 | 1111011 | 1110111 | 10000 | 0 | 11 | 110100 | 10101000 | 1001 | 101100 |
Color Harmonies of #677B77
Complementary color
Monochromatic Colors of #677B77
Black with #677B77
Text Example
Text Example
White with #677B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B77; }
p { color: rgb(103,123,119); }
H1.HeaderClassName
{
color: #677B77;
}
.AnyTagClassName
{
color: #677B77;
}
</style>
background-color css
<style>
a { background-color: #677B77; }
a { background-color: rgb(103,123,119); }
div.DivClassName
{
background-color: #677B77;
}
.BgClassName
{
background-color: #677B77;
}
</style>
border-color css
<style>
span { border-color: #677B77; }
span { border-color: rgb(103,123,119); }
td.TdClassName
{
border-color: #677B77;
}
.TagClassName
{
border-color: #677B77;
}
</style>