Shades of Dolphin #757578
Tints of Dolphin #757578
RGB
CMYK
RGB Variations
Color information
#757578 (or 0x757578) is known color: Dolphin. HEX triplet: 75, 75 and 78. RGB value is (117,117,120). Sum of RGB (Red+Green+Blue) = 117+117+120=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: blue. Hex color #757578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757578 is #8A8A87. Grayscale: #757575. Windows color (decimal): -9079432 or 7894389. OLE color: 7894389.
HSL color Cylindrical-coordinate representation of color #757578: hue angle of 240º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757578 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 117 | 120 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.53 |
| HSL | 240º | 0.01% | 0.46% | - |
| HSV(B) | 240º | 0.02% | 0.47% | - |
| XYZ | 17.09 | 17.86 | 20.32 | - |
| YUV | 117.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 120 | 0.02 | 0.02 | 0 | 0.53 | 240 | 0.01 | 0.46 |
| Hex | 75 | 75 | 78 | 2 | 2 | 0 | 35 | F0 | 1 | 2E |
| Octal | 165 | 165 | 170 | 2 | 2 | 0 | 65 | 360 | 1 | 56 |
| Binary | 1110101 | 1110101 | 1111000 | 10 | 10 | 0 | 110101 | 11110000 | 1 | 101110 |
Color Harmonies of #757578
Complementary color
Monochromatic Colors of #757578
Black with #757578
Text Example
Text Example
White with #757578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757578; }
p { color: rgb(117,117,120); }
H1.HeaderClassName
{
color: #757578;
}
.AnyTagClassName
{
color: #757578;
}
</style>
background-color css
<style>
a { background-color: #757578; }
a { background-color: rgb(117,117,120); }
div.DivClassName
{
background-color: #757578;
}
.BgClassName
{
background-color: #757578;
}
</style>
border-color css
<style>
span { border-color: #757578; }
span { border-color: rgb(117,117,120); }
td.TdClassName
{
border-color: #757578;
}
.TagClassName
{
border-color: #757578;
}
</style>