Shades of Raven #71777B
Tints of Raven #71777B
RGB
CMYK
RGB Variations
Color information
#71777B (or 0x71777B) is known color: Raven. HEX triplet: 71, 77 and 7B. RGB value is (113,119,123). Sum of RGB (Red+Green+Blue) = 113+119+123=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #71777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71777B is #8E8884. Grayscale: #757575. Windows color (decimal): -9341061 or 8091505. OLE color: 8091505.
HSL color Cylindrical-coordinate representation of color #71777B: hue angle of 204º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71777B is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 119 | 123 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.52 |
| HSL | 204º | 0.04% | 0.46% | - |
| HSV(B) | 204º | 0.08% | 0.48% | - |
| XYZ | 16.98 | 18.13 | 21.34 | - |
| YUV | 117.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 123 | 0.08 | 0.03 | 0 | 0.52 | 204 | 0.04 | 0.46 |
| Hex | 71 | 77 | 7B | 8 | 3 | 0 | 34 | CC | 4 | 2E |
| Octal | 161 | 167 | 173 | 10 | 3 | 0 | 64 | 314 | 4 | 56 |
| Binary | 1110001 | 1110111 | 1111011 | 1000 | 11 | 0 | 110100 | 11001100 | 100 | 101110 |
Color Harmonies of #71777B
Complementary color
Monochromatic Colors of #71777B
Black with #71777B
Text Example
Text Example
White with #71777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71777B; }
p { color: rgb(113,119,123); }
H1.HeaderClassName
{
color: #71777B;
}
.AnyTagClassName
{
color: #71777B;
}
</style>
background-color css
<style>
a { background-color: #71777B; }
a { background-color: rgb(113,119,123); }
div.DivClassName
{
background-color: #71777B;
}
.BgClassName
{
background-color: #71777B;
}
</style>
border-color css
<style>
span { border-color: #71777B; }
span { border-color: rgb(113,119,123); }
td.TdClassName
{
border-color: #71777B;
}
.TagClassName
{
border-color: #71777B;
}
</style>