Shades of Raven #71757A
Tints of Raven #71757A
RGB
CMYK
RGB Variations
Color information
#71757A (or 0x71757A) is known color: Raven. HEX triplet: 71, 75 and 7A. RGB value is (113,117,122). Sum of RGB (Red+Green+Blue) = 113+117+122=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #71757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71757A is #8E8A85. Grayscale: #747474. Windows color (decimal): -9341574 or 8025457. OLE color: 8025457.
HSL color Cylindrical-coordinate representation of color #71757A: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71757A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 117 | 122 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.52 |
| HSL | 213.33º | 0.04% | 0.46% | - |
| HSV(B) | 213.33º | 0.07% | 0.48% | - |
| XYZ | 16.68 | 17.64 | 20.94 | - |
| YUV | 116.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 122 | 0.07 | 0.04 | 0 | 0.52 | 213.33 | 0.04 | 0.46 |
| Hex | 71 | 75 | 7A | 7 | 4 | 0 | 34 | D5 | 4 | 2E |
| Octal | 161 | 165 | 172 | 7 | 4 | 0 | 64 | 325 | 4 | 56 |
| Binary | 1110001 | 1110101 | 1111010 | 111 | 100 | 0 | 110100 | 11010101 | 100 | 101110 |
Color Harmonies of #71757A
Complementary color
Monochromatic Colors of #71757A
Black with #71757A
Text Example
Text Example
White with #71757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71757A; }
p { color: rgb(113,117,122); }
H1.HeaderClassName
{
color: #71757A;
}
.AnyTagClassName
{
color: #71757A;
}
</style>
background-color css
<style>
a { background-color: #71757A; }
a { background-color: rgb(113,117,122); }
div.DivClassName
{
background-color: #71757A;
}
.BgClassName
{
background-color: #71757A;
}
</style>
border-color css
<style>
span { border-color: #71757A; }
span { border-color: rgb(113,117,122); }
td.TdClassName
{
border-color: #71757A;
}
.TagClassName
{
border-color: #71757A;
}
</style>