Shades of Raven #747679
Tints of Raven #747679
RGB
CMYK
RGB Variations
Color information
#747679 (or 0x747679) is known color: Raven. HEX triplet: 74, 76 and 79. RGB value is (116,118,121). Sum of RGB (Red+Green+Blue) = 116+118+121=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #747679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747679 is #8B8986. Grayscale: #757575. Windows color (decimal): -9144711 or 7960180. OLE color: 7960180.
HSL color Cylindrical-coordinate representation of color #747679: hue angle of 216º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747679 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 118 | 121 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.53 |
| HSL | 216º | 0.02% | 0.46% | - |
| HSV(B) | 216º | 0.04% | 0.47% | - |
| XYZ | 17.13 | 18.05 | 20.67 | - |
| YUV | 117.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 121 | 0.04 | 0.02 | 0 | 0.53 | 216 | 0.02 | 0.46 |
| Hex | 74 | 76 | 79 | 4 | 2 | 0 | 35 | D8 | 2 | 2E |
| Octal | 164 | 166 | 171 | 4 | 2 | 0 | 65 | 330 | 2 | 56 |
| Binary | 1110100 | 1110110 | 1111001 | 100 | 10 | 0 | 110101 | 11011000 | 10 | 101110 |
Color Harmonies of #747679
Complementary color
Monochromatic Colors of #747679
Black with #747679
Text Example
Text Example
White with #747679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747679; }
p { color: rgb(116,118,121); }
H1.HeaderClassName
{
color: #747679;
}
.AnyTagClassName
{
color: #747679;
}
</style>
background-color css
<style>
a { background-color: #747679; }
a { background-color: rgb(116,118,121); }
div.DivClassName
{
background-color: #747679;
}
.BgClassName
{
background-color: #747679;
}
</style>
border-color css
<style>
span { border-color: #747679; }
span { border-color: rgb(116,118,121); }
td.TdClassName
{
border-color: #747679;
}
.TagClassName
{
border-color: #747679;
}
</style>