Shades of Dolphin #757379
Tints of Dolphin #757379
RGB
CMYK
RGB Variations
Color information
#757379 (or 0x757379) is known color: Dolphin. HEX triplet: 75, 73 and 79. RGB value is (117,115,121). Sum of RGB (Red+Green+Blue) = 117+115+121=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #757379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757379 is #8A8C86. Grayscale: #747474. Windows color (decimal): -9079943 or 7959413. OLE color: 7959413.
HSL color Cylindrical-coordinate representation of color #757379: hue angle of 260º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #757379 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 115 | 121 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.53 |
| HSL | 260º | 0.03% | 0.46% | - |
| HSV(B) | 260º | 0.05% | 0.47% | - |
| XYZ | 16.92 | 17.42 | 20.56 | - |
| YUV | 116.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 121 | 0.03 | 0.05 | 0 | 0.53 | 260 | 0.03 | 0.46 |
| Hex | 75 | 73 | 79 | 3 | 5 | 0 | 35 | 104 | 3 | 2E |
| Octal | 165 | 163 | 171 | 3 | 5 | 0 | 65 | 404 | 3 | 56 |
| Binary | 1110101 | 1110011 | 1111001 | 11 | 101 | 0 | 110101 | 100000100 | 11 | 101110 |
Color Harmonies of #757379
Complementary color
Monochromatic Colors of #757379
Black with #757379
Text Example
Text Example
White with #757379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757379; }
p { color: rgb(117,115,121); }
H1.HeaderClassName
{
color: #757379;
}
.AnyTagClassName
{
color: #757379;
}
</style>
background-color css
<style>
a { background-color: #757379; }
a { background-color: rgb(117,115,121); }
div.DivClassName
{
background-color: #757379;
}
.BgClassName
{
background-color: #757379;
}
</style>
border-color css
<style>
span { border-color: #757379; }
span { border-color: rgb(117,115,121); }
td.TdClassName
{
border-color: #757379;
}
.TagClassName
{
border-color: #757379;
}
</style>