Shades of Dolphin #75727E
Tints of Dolphin #75727E
RGB
CMYK
RGB Variations
Color information
#75727E (or 0x75727E) is known color: Dolphin. HEX triplet: 75, 72 and 7E. RGB value is (117,114,126). Sum of RGB (Red+Green+Blue) = 117+114+126=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 126 - color contains mainly: blue. Hex color #75727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727E is #8A8D81. Grayscale: #747474. Windows color (decimal): -9080194 or 8286837. OLE color: 8286837.
HSL color Cylindrical-coordinate representation of color #75727E: hue angle of 255º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75727E is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 114 | 126 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.51 |
| HSL | 255º | 0.05% | 0.47% | - |
| HSV(B) | 255º | 0.1% | 0.49% | - |
| XYZ | 17.12 | 17.32 | 22.18 | - |
| YUV | 116.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 126 | 0.07 | 0.10 | 0 | 0.51 | 255 | 0.05 | 0.47 |
| Hex | 75 | 72 | 7E | 7 | A | 0 | 33 | FF | 5 | 2F |
| Octal | 165 | 162 | 176 | 7 | 12 | 0 | 63 | 377 | 5 | 57 |
| Binary | 1110101 | 1110010 | 1111110 | 111 | 1010 | 0 | 110011 | 11111111 | 101 | 101111 |
Color Harmonies of #75727E
Complementary color
Monochromatic Colors of #75727E
Black with #75727E
Text Example
Text Example
White with #75727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75727E; }
p { color: rgb(117,114,126); }
H1.HeaderClassName
{
color: #75727E;
}
.AnyTagClassName
{
color: #75727E;
}
</style>
background-color css
<style>
a { background-color: #75727E; }
a { background-color: rgb(117,114,126); }
div.DivClassName
{
background-color: #75727E;
}
.BgClassName
{
background-color: #75727E;
}
</style>
border-color css
<style>
span { border-color: #75727E; }
span { border-color: rgb(117,114,126); }
td.TdClassName
{
border-color: #75727E;
}
.TagClassName
{
border-color: #75727E;
}
</style>