Shades of Raven #6E777F
Tints of Raven #6E777F
RGB
CMYK
RGB Variations
Color information
#6E777F (or 0x6E777F) is known color: Raven. HEX triplet: 6E, 77 and 7F. RGB value is (110,119,127). Sum of RGB (Red+Green+Blue) = 110+119+127=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 119 (46.88% from 255 or 33.43% 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 #6E777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E777F is #918880. Grayscale: #757575. Windows color (decimal): -9537665 or 8353646. OLE color: 8353646.
HSL color Cylindrical-coordinate representation of color #6E777F: hue angle of 208.24º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E777F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 119 | 127 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.50 |
| HSL | 208.24º | 0.07% | 0.46% | - |
| HSV(B) | 208.24º | 0.13% | 0.5% | - |
| XYZ | 16.86 | 18.04 | 22.67 | - |
| YUV | 117.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 127 | 0.13 | 0.06 | 0 | 0.50 | 208.24 | 0.07 | 0.46 |
| Hex | 6E | 77 | 7F | D | 6 | 0 | 32 | D0 | 7 | 2E |
| Octal | 156 | 167 | 177 | 15 | 6 | 0 | 62 | 320 | 7 | 56 |
| Binary | 1101110 | 1110111 | 1111111 | 1101 | 110 | 0 | 110010 | 11010000 | 111 | 101110 |
Color Harmonies of #6E777F
Complementary color
Monochromatic Colors of #6E777F
Black with #6E777F
Text Example
Text Example
White with #6E777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E777F; }
p { color: rgb(110,119,127); }
H1.HeaderClassName
{
color: #6E777F;
}
.AnyTagClassName
{
color: #6E777F;
}
</style>
background-color css
<style>
a { background-color: #6E777F; }
a { background-color: rgb(110,119,127); }
div.DivClassName
{
background-color: #6E777F;
}
.BgClassName
{
background-color: #6E777F;
}
</style>
border-color css
<style>
span { border-color: #6E777F; }
span { border-color: rgb(110,119,127); }
td.TdClassName
{
border-color: #6E777F;
}
.TagClassName
{
border-color: #6E777F;
}
</style>