Shades of Raven #6F7377
Tints of Raven #6F7377
RGB
CMYK
RGB Variations
Color information
#6F7377 (or 0x6F7377) is known color: Raven. HEX triplet: 6F, 73 and 77. RGB value is (111,115,119). Sum of RGB (Red+Green+Blue) = 111+115+119=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F7377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7377 is #908C88. Grayscale: #727272. Windows color (decimal): -9473161 or 7828335. OLE color: 7828335.
HSL color Cylindrical-coordinate representation of color #6F7377: hue angle of 210º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7377 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 115 | 119 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.53 |
| HSL | 210º | 0.03% | 0.45% | - |
| HSV(B) | 210º | 0.07% | 0.47% | - |
| XYZ | 16.02 | 16.97 | 19.88 | - |
| YUV | 114.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 119 | 0.07 | 0.03 | 0 | 0.53 | 210 | 0.03 | 0.45 |
| Hex | 6F | 73 | 77 | 7 | 3 | 0 | 35 | D2 | 3 | 2D |
| Octal | 157 | 163 | 167 | 7 | 3 | 0 | 65 | 322 | 3 | 55 |
| Binary | 1101111 | 1110011 | 1110111 | 111 | 11 | 0 | 110101 | 11010010 | 11 | 101101 |
Color Harmonies of #6F7377
Complementary color
Monochromatic Colors of #6F7377
Black with #6F7377
Text Example
Text Example
White with #6F7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7377; }
p { color: rgb(111,115,119); }
H1.HeaderClassName
{
color: #6F7377;
}
.AnyTagClassName
{
color: #6F7377;
}
</style>
background-color css
<style>
a { background-color: #6F7377; }
a { background-color: rgb(111,115,119); }
div.DivClassName
{
background-color: #6F7377;
}
.BgClassName
{
background-color: #6F7377;
}
</style>
border-color css
<style>
span { border-color: #6F7377; }
span { border-color: rgb(111,115,119); }
td.TdClassName
{
border-color: #6F7377;
}
.TagClassName
{
border-color: #6F7377;
}
</style>