Shades of Raven #707275
Tints of Raven #707275
RGB
CMYK
RGB Variations
Color information
#707275 (or 0x707275) is known color: Raven. HEX triplet: 70, 72 and 75. RGB value is (112,114,117). Sum of RGB (Red+Green+Blue) = 112+114+117=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 117 - color contains mainly: blue. Hex color #707275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707275 is #8F8D8A. Grayscale: #717171. Windows color (decimal): -9407883 or 7697008. OLE color: 7697008.
HSL color Cylindrical-coordinate representation of color #707275: hue angle of 216º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707275 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 114 | 117 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.54 |
| HSL | 216º | 0.02% | 0.45% | - |
| HSV(B) | 216º | 0.04% | 0.46% | - |
| XYZ | 15.91 | 16.76 | 19.23 | - |
| YUV | 113.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 117 | 0.04 | 0.03 | 0 | 0.54 | 216 | 0.02 | 0.45 |
| Hex | 70 | 72 | 75 | 4 | 3 | 0 | 36 | D8 | 2 | 2D |
| Octal | 160 | 162 | 165 | 4 | 3 | 0 | 66 | 330 | 2 | 55 |
| Binary | 1110000 | 1110010 | 1110101 | 100 | 11 | 0 | 110110 | 11011000 | 10 | 101101 |
Color Harmonies of #707275
Complementary color
Monochromatic Colors of #707275
Black with #707275
Text Example
Text Example
White with #707275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707275; }
p { color: rgb(112,114,117); }
H1.HeaderClassName
{
color: #707275;
}
.AnyTagClassName
{
color: #707275;
}
</style>
background-color css
<style>
a { background-color: #707275; }
a { background-color: rgb(112,114,117); }
div.DivClassName
{
background-color: #707275;
}
.BgClassName
{
background-color: #707275;
}
</style>
border-color css
<style>
span { border-color: #707275; }
span { border-color: rgb(112,114,117); }
td.TdClassName
{
border-color: #707275;
}
.TagClassName
{
border-color: #707275;
}
</style>