Shades of Raven #6F767F
Tints of Raven #6F767F
RGB
CMYK
RGB Variations
Color information
#6F767F (or 0x6F767F) is known color: Raven. HEX triplet: 6F, 76 and 7F. RGB value is (111,118,127). Sum of RGB (Red+Green+Blue) = 111+118+127=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F767F is #908980. Grayscale: #747474. Windows color (decimal): -9472385 or 8353391. OLE color: 8353391.
HSL color Cylindrical-coordinate representation of color #6F767F: hue angle of 213.75º 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 #6F767F is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 118 | 127 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.50 |
| HSL | 213.75º | 0.07% | 0.47% | - |
| HSV(B) | 213.75º | 0.13% | 0.5% | - |
| XYZ | 16.86 | 17.87 | 22.64 | - |
| YUV | 116.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 127 | 0.13 | 0.07 | 0 | 0.50 | 213.75 | 0.07 | 0.47 |
| Hex | 6F | 76 | 7F | D | 7 | 0 | 32 | D6 | 7 | 2F |
| Octal | 157 | 166 | 177 | 15 | 7 | 0 | 62 | 326 | 7 | 57 |
| Binary | 1101111 | 1110110 | 1111111 | 1101 | 111 | 0 | 110010 | 11010110 | 111 | 101111 |
Color Harmonies of #6F767F
Complementary color
Monochromatic Colors of #6F767F
Black with #6F767F
Text Example
Text Example
White with #6F767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F767F; }
p { color: rgb(111,118,127); }
H1.HeaderClassName
{
color: #6F767F;
}
.AnyTagClassName
{
color: #6F767F;
}
</style>
background-color css
<style>
a { background-color: #6F767F; }
a { background-color: rgb(111,118,127); }
div.DivClassName
{
background-color: #6F767F;
}
.BgClassName
{
background-color: #6F767F;
}
</style>
border-color css
<style>
span { border-color: #6F767F; }
span { border-color: rgb(111,118,127); }
td.TdClassName
{
border-color: #6F767F;
}
.TagClassName
{
border-color: #6F767F;
}
</style>