Shades of Raven #6F777F
Tints of Raven #6F777F
RGB
CMYK
RGB Variations
Color information
#6F777F (or 0x6F777F) is known color: Raven. HEX triplet: 6F, 77 and 7F. RGB value is (111,119,127). Sum of RGB (Red+Green+Blue) = 111+119+127=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F777F is #908880. Grayscale: #757575. Windows color (decimal): -9472129 or 8353647. OLE color: 8353647.
HSL color Cylindrical-coordinate representation of color #6F777F: hue angle of 210º 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 #6F777F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 119 | 127 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.50 |
| HSL | 210º | 0.07% | 0.47% | - |
| HSV(B) | 210º | 0.13% | 0.5% | - |
| XYZ | 16.98 | 18.11 | 22.68 | - |
| YUV | 117.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 127 | 0.13 | 0.06 | 0 | 0.50 | 210 | 0.07 | 0.47 |
| Hex | 6F | 77 | 7F | D | 6 | 0 | 32 | D2 | 7 | 2F |
| Octal | 157 | 167 | 177 | 15 | 6 | 0 | 62 | 322 | 7 | 57 |
| Binary | 1101111 | 1110111 | 1111111 | 1101 | 110 | 0 | 110010 | 11010010 | 111 | 101111 |
Color Harmonies of #6F777F
Complementary color
Monochromatic Colors of #6F777F
Black with #6F777F
Text Example
Text Example
White with #6F777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F777F; }
p { color: rgb(111,119,127); }
H1.HeaderClassName
{
color: #6F777F;
}
.AnyTagClassName
{
color: #6F777F;
}
</style>
background-color css
<style>
a { background-color: #6F777F; }
a { background-color: rgb(111,119,127); }
div.DivClassName
{
background-color: #6F777F;
}
.BgClassName
{
background-color: #6F777F;
}
</style>
border-color css
<style>
span { border-color: #6F777F; }
span { border-color: rgb(111,119,127); }
td.TdClassName
{
border-color: #6F777F;
}
.TagClassName
{
border-color: #6F777F;
}
</style>