Shades of Dolphin #75728A
Tints of Dolphin #75728A
RGB
CMYK
RGB Variations
Color information
#75728A (or 0x75728A) is known color: Dolphin. HEX triplet: 75, 72 and 8A. RGB value is (117,114,138). Sum of RGB (Red+Green+Blue) = 117+114+138=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #75728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75728A is #8A8D75. Grayscale: #757575. Windows color (decimal): -9080182 or 9073269. OLE color: 9073269.
HSL color Cylindrical-coordinate representation of color #75728A: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75728A is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 114 | 138 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.46 |
| HSL | 247.5º | 0.1% | 0.49% | - |
| HSV(B) | 247.5º | 0.17% | 0.54% | - |
| XYZ | 17.94 | 17.65 | 26.51 | - |
| YUV | 117.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 138 | 0.15 | 0.17 | 0 | 0.46 | 247.5 | 0.1 | 0.49 |
| Hex | 75 | 72 | 8A | F | 11 | 0 | 2E | F8 | A | 31 |
| Octal | 165 | 162 | 212 | 17 | 21 | 0 | 56 | 370 | 12 | 61 |
| Binary | 1110101 | 1110010 | 10001010 | 1111 | 10001 | 0 | 101110 | 11111000 | 1010 | 110001 |
Color Harmonies of #75728A
Complementary color
Monochromatic Colors of #75728A
Black with #75728A
Text Example
Text Example
White with #75728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75728A; }
p { color: rgb(117,114,138); }
H1.HeaderClassName
{
color: #75728A;
}
.AnyTagClassName
{
color: #75728A;
}
</style>
background-color css
<style>
a { background-color: #75728A; }
a { background-color: rgb(117,114,138); }
div.DivClassName
{
background-color: #75728A;
}
.BgClassName
{
background-color: #75728A;
}
</style>
border-color css
<style>
span { border-color: #75728A; }
span { border-color: rgb(117,114,138); }
td.TdClassName
{
border-color: #75728A;
}
.TagClassName
{
border-color: #75728A;
}
</style>