Shades of Dolphin #757478
Tints of Dolphin #757478
RGB
CMYK
RGB Variations
Color information
#757478 (or 0x757478) is known color: Dolphin. HEX triplet: 75, 74 and 78. RGB value is (117,116,120). Sum of RGB (Red+Green+Blue) = 117+116+120=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 120 - color contains mainly: blue. Hex color #757478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757478 is #8A8B87. Grayscale: #747474. Windows color (decimal): -9079688 or 7894133. OLE color: 7894133.
HSL color Cylindrical-coordinate representation of color #757478: hue angle of 255º degrees, saturation: 0.02, 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 #757478 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 116 | 120 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.53 |
| HSL | 255º | 0.02% | 0.46% | - |
| HSV(B) | 255º | 0.03% | 0.47% | - |
| XYZ | 16.97 | 17.63 | 20.28 | - |
| YUV | 116.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 120 | 0.02 | 0.03 | 0 | 0.53 | 255 | 0.02 | 0.46 |
| Hex | 75 | 74 | 78 | 2 | 3 | 0 | 35 | FF | 2 | 2E |
| Octal | 165 | 164 | 170 | 2 | 3 | 0 | 65 | 377 | 2 | 56 |
| Binary | 1110101 | 1110100 | 1111000 | 10 | 11 | 0 | 110101 | 11111111 | 10 | 101110 |
Color Harmonies of #757478
Complementary color
Monochromatic Colors of #757478
Black with #757478
Text Example
Text Example
White with #757478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757478; }
p { color: rgb(117,116,120); }
H1.HeaderClassName
{
color: #757478;
}
.AnyTagClassName
{
color: #757478;
}
</style>
background-color css
<style>
a { background-color: #757478; }
a { background-color: rgb(117,116,120); }
div.DivClassName
{
background-color: #757478;
}
.BgClassName
{
background-color: #757478;
}
</style>
border-color css
<style>
span { border-color: #757478; }
span { border-color: rgb(117,116,120); }
td.TdClassName
{
border-color: #757478;
}
.TagClassName
{
border-color: #757478;
}
</style>