Shades of Dolphin #716B80
Tints of Dolphin #716B80
RGB
CMYK
RGB Variations
Color information
#716B80 (or 0x716B80) is known color: Dolphin. HEX triplet: 71, 6B and 80. RGB value is (113,107,128). Sum of RGB (Red+Green+Blue) = 113+107+128=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #716B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B80 is #8E947F. Grayscale: #6F6F6F. Windows color (decimal): -9344128 or 8416113. OLE color: 8416113.
HSL color Cylindrical-coordinate representation of color #716B80: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716B80 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 107 | 128 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.50 |
| HSL | 257.14º | 0.09% | 0.46% | - |
| HSV(B) | 257.14º | 0.16% | 0.5% | - |
| XYZ | 15.96 | 15.58 | 22.59 | - |
| YUV | 111.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 128 | 0.12 | 0.16 | 0 | 0.50 | 257.14 | 0.09 | 0.46 |
| Hex | 71 | 6B | 80 | C | 10 | 0 | 32 | 101 | 9 | 2E |
| Octal | 161 | 153 | 200 | 14 | 20 | 0 | 62 | 401 | 11 | 56 |
| Binary | 1110001 | 1101011 | 10000000 | 1100 | 10000 | 0 | 110010 | 100000001 | 1001 | 101110 |
Color Harmonies of #716B80
Complementary color
Monochromatic Colors of #716B80
Black with #716B80
Text Example
Text Example
White with #716B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B80; }
p { color: rgb(113,107,128); }
H1.HeaderClassName
{
color: #716B80;
}
.AnyTagClassName
{
color: #716B80;
}
</style>
background-color css
<style>
a { background-color: #716B80; }
a { background-color: rgb(113,107,128); }
div.DivClassName
{
background-color: #716B80;
}
.BgClassName
{
background-color: #716B80;
}
</style>
border-color css
<style>
span { border-color: #716B80; }
span { border-color: rgb(113,107,128); }
td.TdClassName
{
border-color: #716B80;
}
.TagClassName
{
border-color: #716B80;
}
</style>