Shades of Dolphin #717177
Tints of Dolphin #717177
RGB
CMYK
RGB Variations
Color information
#717177 (or 0x717177) is known color: Dolphin. HEX triplet: 71, 71 and 77. RGB value is (113,113,119). Sum of RGB (Red+Green+Blue) = 113+113+119=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #717177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717177 is #8E8E88. Grayscale: #717171. Windows color (decimal): -9342601 or 7827825. OLE color: 7827825.
HSL color Cylindrical-coordinate representation of color #717177: hue angle of 240º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717177 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 113 | 113 | 119 | - |
CMYK | 0.05 | 0.05 | 0 | 0.53 |
HSL | 240º | 0.03% | 0.45% | - |
HSV(B) | 240º | 0.05% | 0.47% | - |
XYZ | 16.04 | 16.65 | 19.82 | - |
YUV | 113.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 113 | 119 | 0.05 | 0.05 | 0 | 0.53 | 240 | 0.03 | 0.45 |
Hex | 71 | 71 | 77 | 5 | 5 | 0 | 35 | F0 | 3 | 2D |
Octal | 161 | 161 | 167 | 5 | 5 | 0 | 65 | 360 | 3 | 55 |
Binary | 1110001 | 1110001 | 1110111 | 101 | 101 | 0 | 110101 | 11110000 | 11 | 101101 |
Color Harmonies of #717177
Complementary color
Monochromatic Colors of #717177
Black with #717177
Text Example
Text Example
White with #717177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717177; }
p { color: rgb(113,113,119); }
H1.HeaderClassName
{
color: #717177;
}
.AnyTagClassName
{
color: #717177;
}
</style>
background-color css
<style>
a { background-color: #717177; }
a { background-color: rgb(113,113,119); }
div.DivClassName
{
background-color: #717177;
}
.BgClassName
{
background-color: #717177;
}
</style>
border-color css
<style>
span { border-color: #717177; }
span { border-color: rgb(113,113,119); }
td.TdClassName
{
border-color: #717177;
}
.TagClassName
{
border-color: #717177;
}
</style>