Shades of Raven #70757B
Tints of Raven #70757B
RGB
CMYK
RGB Variations
Color information
#70757B (or 0x70757B) is known color: Raven. HEX triplet: 70, 75 and 7B. RGB value is (112,117,123). Sum of RGB (Red+Green+Blue) = 112+117+123=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #70757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70757B is #8F8A84. Grayscale: #747474. Windows color (decimal): -9407109 or 8090992. OLE color: 8090992.
HSL color Cylindrical-coordinate representation of color #70757B: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70757B is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 117 | 123 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.52 |
| HSL | 212.73º | 0.05% | 0.46% | - |
| HSV(B) | 212.73º | 0.09% | 0.48% | - |
| XYZ | 16.62 | 17.6 | 21.26 | - |
| YUV | 116.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 123 | 0.09 | 0.05 | 0 | 0.52 | 212.73 | 0.05 | 0.46 |
| Hex | 70 | 75 | 7B | 9 | 5 | 0 | 34 | D5 | 5 | 2E |
| Octal | 160 | 165 | 173 | 11 | 5 | 0 | 64 | 325 | 5 | 56 |
| Binary | 1110000 | 1110101 | 1111011 | 1001 | 101 | 0 | 110100 | 11010101 | 101 | 101110 |
Color Harmonies of #70757B
Complementary color
Monochromatic Colors of #70757B
Black with #70757B
Text Example
Text Example
White with #70757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70757B; }
p { color: rgb(112,117,123); }
H1.HeaderClassName
{
color: #70757B;
}
.AnyTagClassName
{
color: #70757B;
}
</style>
background-color css
<style>
a { background-color: #70757B; }
a { background-color: rgb(112,117,123); }
div.DivClassName
{
background-color: #70757B;
}
.BgClassName
{
background-color: #70757B;
}
</style>
border-color css
<style>
span { border-color: #70757B; }
span { border-color: rgb(112,117,123); }
td.TdClassName
{
border-color: #70757B;
}
.TagClassName
{
border-color: #70757B;
}
</style>