Shades of Dolphin #757477
Tints of Dolphin #757477
RGB
CMYK
RGB Variations
Color information
#757477 (or 0x757477) is known color: Dolphin. HEX triplet: 75, 74 and 77. RGB value is (117,116,119). Sum of RGB (Red+Green+Blue) = 117+116+119=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 119 - color contains mainly: blue. Hex color #757477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757477 is #8A8B88. Grayscale: #747474. Windows color (decimal): -9079689 or 7828597. OLE color: 7828597.
HSL color Cylindrical-coordinate representation of color #757477: hue angle of 260º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757477 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 116 | 119 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.53 |
| HSL | 260º | 0.01% | 0.46% | - |
| HSV(B) | 260º | 0.03% | 0.47% | - |
| XYZ | 16.91 | 17.6 | 19.96 | - |
| YUV | 116.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 119 | 0.02 | 0.03 | 0 | 0.53 | 260 | 0.01 | 0.46 |
| Hex | 75 | 74 | 77 | 2 | 3 | 0 | 35 | 104 | 1 | 2E |
| Octal | 165 | 164 | 167 | 2 | 3 | 0 | 65 | 404 | 1 | 56 |
| Binary | 1110101 | 1110100 | 1110111 | 10 | 11 | 0 | 110101 | 100000100 | 1 | 101110 |
Color Harmonies of #757477
Complementary color
Monochromatic Colors of #757477
Black with #757477
Text Example
Text Example
White with #757477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757477; }
p { color: rgb(117,116,119); }
H1.HeaderClassName
{
color: #757477;
}
.AnyTagClassName
{
color: #757477;
}
</style>
background-color css
<style>
a { background-color: #757477; }
a { background-color: rgb(117,116,119); }
div.DivClassName
{
background-color: #757477;
}
.BgClassName
{
background-color: #757477;
}
</style>
border-color css
<style>
span { border-color: #757477; }
span { border-color: rgb(117,116,119); }
td.TdClassName
{
border-color: #757477;
}
.TagClassName
{
border-color: #757477;
}
</style>