Shades of Raven #747678
Tints of Raven #747678
RGB
CMYK
RGB Variations
Color information
#747678 (or 0x747678) is known color: Raven. HEX triplet: 74, 76 and 78. RGB value is (116,118,120). Sum of RGB (Red+Green+Blue) = 116+118+120=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: blue. Hex color #747678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747678 is #8B8987. Grayscale: #757575. Windows color (decimal): -9144712 or 7894644. OLE color: 7894644.
HSL color Cylindrical-coordinate representation of color #747678: hue angle of 210º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747678 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 118 | 120 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.53 |
| HSL | 210º | 0.02% | 0.46% | - |
| HSV(B) | 210º | 0.03% | 0.47% | - |
| XYZ | 17.07 | 18.03 | 20.35 | - |
| YUV | 117.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 120 | 0.03 | 0.02 | 0 | 0.53 | 210 | 0.02 | 0.46 |
| Hex | 74 | 76 | 78 | 3 | 2 | 0 | 35 | D2 | 2 | 2E |
| Octal | 164 | 166 | 170 | 3 | 2 | 0 | 65 | 322 | 2 | 56 |
| Binary | 1110100 | 1110110 | 1111000 | 11 | 10 | 0 | 110101 | 11010010 | 10 | 101110 |
Color Harmonies of #747678
Complementary color
Monochromatic Colors of #747678
Black with #747678
Text Example
Text Example
White with #747678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747678; }
p { color: rgb(116,118,120); }
H1.HeaderClassName
{
color: #747678;
}
.AnyTagClassName
{
color: #747678;
}
</style>
background-color css
<style>
a { background-color: #747678; }
a { background-color: rgb(116,118,120); }
div.DivClassName
{
background-color: #747678;
}
.BgClassName
{
background-color: #747678;
}
</style>
border-color css
<style>
span { border-color: #747678; }
span { border-color: rgb(116,118,120); }
td.TdClassName
{
border-color: #747678;
}
.TagClassName
{
border-color: #747678;
}
</style>