Shades of Rolling Stone #6B7774
Tints of Rolling Stone #6B7774
RGB
CMYK
RGB Variations
Color information
#6B7774 (or 0x6B7774) is known color: Rolling Stone. HEX triplet: 6B, 77 and 74. RGB value is (107,119,116). Sum of RGB (Red+Green+Blue) = 107+119+116=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7774 is #94888B. Grayscale: #737373. Windows color (decimal): -9734284 or 7632747. OLE color: 7632747.
HSL color Cylindrical-coordinate representation of color #6B7774: hue angle of 165º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7774 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 116 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.53 |
| HSL | 165º | 0.05% | 0.44% | - |
| HSV(B) | 165º | 0.1% | 0.47% | - |
| XYZ | 15.81 | 17.58 | 19.08 | - |
| YUV | 115.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 116 | 0.10 | 0 | 0.03 | 0.53 | 165 | 0.05 | 0.44 |
| Hex | 6B | 77 | 74 | A | 0 | 3 | 35 | A5 | 5 | 2C |
| Octal | 153 | 167 | 164 | 12 | 0 | 3 | 65 | 245 | 5 | 54 |
| Binary | 1101011 | 1110111 | 1110100 | 1010 | 0 | 11 | 110101 | 10100101 | 101 | 101100 |
Color Harmonies of #6B7774
Complementary color
Monochromatic Colors of #6B7774
Black with #6B7774
Text Example
Text Example
White with #6B7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7774; }
p { color: rgb(107,119,116); }
H1.HeaderClassName
{
color: #6B7774;
}
.AnyTagClassName
{
color: #6B7774;
}
</style>
background-color css
<style>
a { background-color: #6B7774; }
a { background-color: rgb(107,119,116); }
div.DivClassName
{
background-color: #6B7774;
}
.BgClassName
{
background-color: #6B7774;
}
</style>
border-color css
<style>
span { border-color: #6B7774; }
span { border-color: rgb(107,119,116); }
td.TdClassName
{
border-color: #6B7774;
}
.TagClassName
{
border-color: #6B7774;
}
</style>