Shades of Dolphin #757080
Tints of Dolphin #757080
RGB
CMYK
RGB Variations
Color information
#757080 (or 0x757080) is known color: Dolphin. HEX triplet: 75, 70 and 80. RGB value is (117,112,128). Sum of RGB (Red+Green+Blue) = 117+112+128=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #757080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757080 is #8A8F7F. Grayscale: #737373. Windows color (decimal): -9080704 or 8417397. OLE color: 8417397.
HSL color Cylindrical-coordinate representation of color #757080: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757080 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 112 | 128 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.50 |
| HSL | 258.75º | 0.07% | 0.47% | - |
| HSV(B) | 258.75º | 0.13% | 0.5% | - |
| XYZ | 17.03 | 16.93 | 22.79 | - |
| YUV | 115.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 128 | 0.09 | 0.12 | 0 | 0.50 | 258.75 | 0.07 | 0.47 |
| Hex | 75 | 70 | 80 | 9 | C | 0 | 32 | 103 | 7 | 2F |
| Octal | 165 | 160 | 200 | 11 | 14 | 0 | 62 | 403 | 7 | 57 |
| Binary | 1110101 | 1110000 | 10000000 | 1001 | 1100 | 0 | 110010 | 100000011 | 111 | 101111 |
Color Harmonies of #757080
Complementary color
Monochromatic Colors of #757080
Black with #757080
Text Example
Text Example
White with #757080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757080; }
p { color: rgb(117,112,128); }
H1.HeaderClassName
{
color: #757080;
}
.AnyTagClassName
{
color: #757080;
}
</style>
background-color css
<style>
a { background-color: #757080; }
a { background-color: rgb(117,112,128); }
div.DivClassName
{
background-color: #757080;
}
.BgClassName
{
background-color: #757080;
}
</style>
border-color css
<style>
span { border-color: #757080; }
span { border-color: rgb(117,112,128); }
td.TdClassName
{
border-color: #757080;
}
.TagClassName
{
border-color: #757080;
}
</style>