Shades of Dolphin #757481
Tints of Dolphin #757481
RGB
CMYK
RGB Variations
Color information
#757481 (or 0x757481) is known color: Dolphin. HEX triplet: 75, 74 and 81. RGB value is (117,116,129). Sum of RGB (Red+Green+Blue) = 117+116+129=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: blue. Hex color #757481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757481 is #8A8B7E. Grayscale: #757575. Windows color (decimal): -9079679 or 8483957. OLE color: 8483957.
HSL color Cylindrical-coordinate representation of color #757481: hue angle of 244.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757481 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 116 | 129 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.49 |
| HSL | 244.62º | 0.05% | 0.48% | - |
| HSV(B) | 244.62º | 0.1% | 0.51% | - |
| XYZ | 17.54 | 17.86 | 23.29 | - |
| YUV | 117.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 129 | 0.09 | 0.10 | 0 | 0.49 | 244.62 | 0.05 | 0.48 |
| Hex | 75 | 74 | 81 | 9 | A | 0 | 31 | F5 | 5 | 30 |
| Octal | 165 | 164 | 201 | 11 | 12 | 0 | 61 | 365 | 5 | 60 |
| Binary | 1110101 | 1110100 | 10000001 | 1001 | 1010 | 0 | 110001 | 11110101 | 101 | 110000 |
Color Harmonies of #757481
Complementary color
Monochromatic Colors of #757481
Black with #757481
Text Example
Text Example
White with #757481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757481; }
p { color: rgb(117,116,129); }
H1.HeaderClassName
{
color: #757481;
}
.AnyTagClassName
{
color: #757481;
}
</style>
background-color css
<style>
a { background-color: #757481; }
a { background-color: rgb(117,116,129); }
div.DivClassName
{
background-color: #757481;
}
.BgClassName
{
background-color: #757481;
}
</style>
border-color css
<style>
span { border-color: #757481; }
span { border-color: rgb(117,116,129); }
td.TdClassName
{
border-color: #757481;
}
.TagClassName
{
border-color: #757481;
}
</style>