Shades of Raven #6F787F
Tints of Raven #6F787F
RGB
CMYK
RGB Variations
Color information
#6F787F (or 0x6F787F) is known color: Raven. HEX triplet: 6F, 78 and 7F. RGB value is (111,120,127). Sum of RGB (Red+Green+Blue) = 111+120+127=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F787F is #908780. Grayscale: #767676. Windows color (decimal): -9471873 or 8353903. OLE color: 8353903.
HSL color Cylindrical-coordinate representation of color #6F787F: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F787F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 120 | 127 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.50 |
| HSL | 206.25º | 0.07% | 0.47% | - |
| HSV(B) | 206.25º | 0.13% | 0.5% | - |
| XYZ | 17.1 | 18.34 | 22.72 | - |
| YUV | 118.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 127 | 0.13 | 0.06 | 0 | 0.50 | 206.25 | 0.07 | 0.47 |
| Hex | 6F | 78 | 7F | D | 6 | 0 | 32 | CE | 7 | 2F |
| Octal | 157 | 170 | 177 | 15 | 6 | 0 | 62 | 316 | 7 | 57 |
| Binary | 1101111 | 1111000 | 1111111 | 1101 | 110 | 0 | 110010 | 11001110 | 111 | 101111 |
Color Harmonies of #6F787F
Complementary color
Monochromatic Colors of #6F787F
Black with #6F787F
Text Example
Text Example
White with #6F787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F787F; }
p { color: rgb(111,120,127); }
H1.HeaderClassName
{
color: #6F787F;
}
.AnyTagClassName
{
color: #6F787F;
}
</style>
background-color css
<style>
a { background-color: #6F787F; }
a { background-color: rgb(111,120,127); }
div.DivClassName
{
background-color: #6F787F;
}
.BgClassName
{
background-color: #6F787F;
}
</style>
border-color css
<style>
span { border-color: #6F787F; }
span { border-color: rgb(111,120,127); }
td.TdClassName
{
border-color: #6F787F;
}
.TagClassName
{
border-color: #6F787F;
}
</style>