Shades of Dolphin #71717A
Tints of Dolphin #71717A
RGB
CMYK
RGB Variations
Color information
#71717A (or 0x71717A) is known color: Dolphin. HEX triplet: 71, 71 and 7A. RGB value is (113,113,122). Sum of RGB (Red+Green+Blue) = 113+113+122=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #71717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71717A is #8E8E85. Grayscale: #717171. Windows color (decimal): -9342598 or 8024433. OLE color: 8024433.
HSL color Cylindrical-coordinate representation of color #71717A: hue angle of 240º 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 #71717A is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 113 | 122 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.52 |
| HSL | 240º | 0.04% | 0.46% | - |
| HSV(B) | 240º | 0.07% | 0.48% | - |
| XYZ | 16.23 | 16.73 | 20.79 | - |
| YUV | 114.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 122 | 0.07 | 0.07 | 0 | 0.52 | 240 | 0.04 | 0.46 |
| Hex | 71 | 71 | 7A | 7 | 7 | 0 | 34 | F0 | 4 | 2E |
| Octal | 161 | 161 | 172 | 7 | 7 | 0 | 64 | 360 | 4 | 56 |
| Binary | 1110001 | 1110001 | 1111010 | 111 | 111 | 0 | 110100 | 11110000 | 100 | 101110 |
Color Harmonies of #71717A
Complementary color
Monochromatic Colors of #71717A
Black with #71717A
Text Example
Text Example
White with #71717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71717A; }
p { color: rgb(113,113,122); }
H1.HeaderClassName
{
color: #71717A;
}
.AnyTagClassName
{
color: #71717A;
}
</style>
background-color css
<style>
a { background-color: #71717A; }
a { background-color: rgb(113,113,122); }
div.DivClassName
{
background-color: #71717A;
}
.BgClassName
{
background-color: #71717A;
}
</style>
border-color css
<style>
span { border-color: #71717A; }
span { border-color: rgb(113,113,122); }
td.TdClassName
{
border-color: #71717A;
}
.TagClassName
{
border-color: #71717A;
}
</style>