Shades of Dolphin #76747B
Tints of Dolphin #76747B
RGB
CMYK
RGB Variations
Color information
#76747B (or 0x76747B) is known color: Dolphin. HEX triplet: 76, 74 and 7B. RGB value is (118,116,123). Sum of RGB (Red+Green+Blue) = 118+116+123=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #76747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76747B is #898B84. Grayscale: #757575. Windows color (decimal): -9014149 or 8090742. OLE color: 8090742.
HSL color Cylindrical-coordinate representation of color #76747B: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76747B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 116 | 123 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.52 |
| HSL | 257.14º | 0.03% | 0.47% | - |
| HSV(B) | 257.14º | 0.06% | 0.48% | - |
| XYZ | 17.29 | 17.77 | 21.26 | - |
| YUV | 117.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 123 | 0.04 | 0.06 | 0 | 0.52 | 257.14 | 0.03 | 0.47 |
| Hex | 76 | 74 | 7B | 4 | 6 | 0 | 34 | 101 | 3 | 2F |
| Octal | 166 | 164 | 173 | 4 | 6 | 0 | 64 | 401 | 3 | 57 |
| Binary | 1110110 | 1110100 | 1111011 | 100 | 110 | 0 | 110100 | 100000001 | 11 | 101111 |
Color Harmonies of #76747B
Complementary color
Monochromatic Colors of #76747B
Black with #76747B
Text Example
Text Example
White with #76747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76747B; }
p { color: rgb(118,116,123); }
H1.HeaderClassName
{
color: #76747B;
}
.AnyTagClassName
{
color: #76747B;
}
</style>
background-color css
<style>
a { background-color: #76747B; }
a { background-color: rgb(118,116,123); }
div.DivClassName
{
background-color: #76747B;
}
.BgClassName
{
background-color: #76747B;
}
</style>
border-color css
<style>
span { border-color: #76747B; }
span { border-color: rgb(118,116,123); }
td.TdClassName
{
border-color: #76747B;
}
.TagClassName
{
border-color: #76747B;
}
</style>