Shades of Raven #707578
Tints of Raven #707578
RGB
CMYK
RGB Variations
Color information
#707578 (or 0x707578) is known color: Raven. HEX triplet: 70, 75 and 78. RGB value is (112,117,120). Sum of RGB (Red+Green+Blue) = 112+117+120=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #707578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707578 is #8F8A87. Grayscale: #737373. Windows color (decimal): -9407112 or 7894384. OLE color: 7894384.
HSL color Cylindrical-coordinate representation of color #707578: hue angle of 202.5º 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 #707578 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 117 | 120 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.53 |
| HSL | 202.5º | 0.03% | 0.45% | - |
| HSV(B) | 202.5º | 0.07% | 0.47% | - |
| XYZ | 16.43 | 17.52 | 20.29 | - |
| YUV | 115.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 120 | 0.07 | 0.02 | 0 | 0.53 | 202.5 | 0.03 | 0.45 |
| Hex | 70 | 75 | 78 | 7 | 2 | 0 | 35 | CA | 3 | 2D |
| Octal | 160 | 165 | 170 | 7 | 2 | 0 | 65 | 312 | 3 | 55 |
| Binary | 1110000 | 1110101 | 1111000 | 111 | 10 | 0 | 110101 | 11001010 | 11 | 101101 |
Color Harmonies of #707578
Complementary color
Monochromatic Colors of #707578
Black with #707578
Text Example
Text Example
White with #707578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707578; }
p { color: rgb(112,117,120); }
H1.HeaderClassName
{
color: #707578;
}
.AnyTagClassName
{
color: #707578;
}
</style>
background-color css
<style>
a { background-color: #707578; }
a { background-color: rgb(112,117,120); }
div.DivClassName
{
background-color: #707578;
}
.BgClassName
{
background-color: #707578;
}
</style>
border-color css
<style>
span { border-color: #707578; }
span { border-color: rgb(112,117,120); }
td.TdClassName
{
border-color: #707578;
}
.TagClassName
{
border-color: #707578;
}
</style>