Shades of Dolphin #76757E
Tints of Dolphin #76757E
RGB
CMYK
RGB Variations
Color information
#76757E (or 0x76757E) is known color: Dolphin. HEX triplet: 76, 75 and 7E. RGB value is (118,117,126). Sum of RGB (Red+Green+Blue) = 118+117+126=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #76757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76757E is #898A81. Grayscale: #767676. Windows color (decimal): -9013890 or 8287606. OLE color: 8287606.
HSL color Cylindrical-coordinate representation of color #76757E: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76757E is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 117 | 126 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.51 |
| HSL | 246.67º | 0.04% | 0.48% | - |
| HSV(B) | 246.67º | 0.07% | 0.49% | - |
| XYZ | 17.6 | 18.08 | 22.3 | - |
| YUV | 118.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 126 | 0.06 | 0.07 | 0 | 0.51 | 246.67 | 0.04 | 0.48 |
| Hex | 76 | 75 | 7E | 6 | 7 | 0 | 33 | F7 | 4 | 30 |
| Octal | 166 | 165 | 176 | 6 | 7 | 0 | 63 | 367 | 4 | 60 |
| Binary | 1110110 | 1110101 | 1111110 | 110 | 111 | 0 | 110011 | 11110111 | 100 | 110000 |
Color Harmonies of #76757E
Complementary color
Monochromatic Colors of #76757E
Black with #76757E
Text Example
Text Example
White with #76757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76757E; }
p { color: rgb(118,117,126); }
H1.HeaderClassName
{
color: #76757E;
}
.AnyTagClassName
{
color: #76757E;
}
</style>
background-color css
<style>
a { background-color: #76757E; }
a { background-color: rgb(118,117,126); }
div.DivClassName
{
background-color: #76757E;
}
.BgClassName
{
background-color: #76757E;
}
</style>
border-color css
<style>
span { border-color: #76757E; }
span { border-color: rgb(118,117,126); }
td.TdClassName
{
border-color: #76757E;
}
.TagClassName
{
border-color: #76757E;
}
</style>