Shades of Dolphin #75727B
Tints of Dolphin #75727B
RGB
CMYK
RGB Variations
Color information
#75727B (or 0x75727B) is known color: Dolphin. HEX triplet: 75, 72 and 7B. RGB value is (117,114,123). Sum of RGB (Red+Green+Blue) = 117+114+123=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #75727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727B is #8A8D84. Grayscale: #737373. Windows color (decimal): -9080197 or 8090229. OLE color: 8090229.
HSL color Cylindrical-coordinate representation of color #75727B: hue angle of 260º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75727B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 114 | 123 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.52 |
| HSL | 260º | 0.04% | 0.46% | - |
| HSV(B) | 260º | 0.07% | 0.48% | - |
| XYZ | 16.93 | 17.25 | 21.18 | - |
| YUV | 115.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 123 | 0.05 | 0.07 | 0 | 0.52 | 260 | 0.04 | 0.46 |
| Hex | 75 | 72 | 7B | 5 | 7 | 0 | 34 | 104 | 4 | 2E |
| Octal | 165 | 162 | 173 | 5 | 7 | 0 | 64 | 404 | 4 | 56 |
| Binary | 1110101 | 1110010 | 1111011 | 101 | 111 | 0 | 110100 | 100000100 | 100 | 101110 |
Color Harmonies of #75727B
Complementary color
Monochromatic Colors of #75727B
Black with #75727B
Text Example
Text Example
White with #75727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75727B; }
p { color: rgb(117,114,123); }
H1.HeaderClassName
{
color: #75727B;
}
.AnyTagClassName
{
color: #75727B;
}
</style>
background-color css
<style>
a { background-color: #75727B; }
a { background-color: rgb(117,114,123); }
div.DivClassName
{
background-color: #75727B;
}
.BgClassName
{
background-color: #75727B;
}
</style>
border-color css
<style>
span { border-color: #75727B; }
span { border-color: rgb(117,114,123); }
td.TdClassName
{
border-color: #75727B;
}
.TagClassName
{
border-color: #75727B;
}
</style>