Shades of Raven #717A84
Tints of Raven #717A84
RGB
CMYK
RGB Variations
Color information
#717A84 (or 0x717A84) is known color: Raven. HEX triplet: 71, 7A and 84. RGB value is (113,122,132). Sum of RGB (Red+Green+Blue) = 113+122+132=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #717A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A84 is #8E857B. Grayscale: #787878. Windows color (decimal): -9340284 or 8682097. OLE color: 8682097.
HSL color Cylindrical-coordinate representation of color #717A84: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717A84 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 122 | 132 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.48 |
| HSL | 211.58º | 0.08% | 0.48% | - |
| HSV(B) | 211.58º | 0.14% | 0.52% | - |
| XYZ | 17.93 | 19.1 | 24.57 | - |
| YUV | 120.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 132 | 0.14 | 0.08 | 0 | 0.48 | 211.58 | 0.08 | 0.48 |
| Hex | 71 | 7A | 84 | E | 8 | 0 | 30 | D4 | 8 | 30 |
| Octal | 161 | 172 | 204 | 16 | 10 | 0 | 60 | 324 | 10 | 60 |
| Binary | 1110001 | 1111010 | 10000100 | 1110 | 1000 | 0 | 110000 | 11010100 | 1000 | 110000 |
Color Harmonies of #717A84
Complementary color
Monochromatic Colors of #717A84
Black with #717A84
Text Example
Text Example
White with #717A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A84; }
p { color: rgb(113,122,132); }
H1.HeaderClassName
{
color: #717A84;
}
.AnyTagClassName
{
color: #717A84;
}
</style>
background-color css
<style>
a { background-color: #717A84; }
a { background-color: rgb(113,122,132); }
div.DivClassName
{
background-color: #717A84;
}
.BgClassName
{
background-color: #717A84;
}
</style>
border-color css
<style>
span { border-color: #717A84; }
span { border-color: rgb(113,122,132); }
td.TdClassName
{
border-color: #717A84;
}
.TagClassName
{
border-color: #717A84;
}
</style>