Shades of Dolphin #76767B
Tints of Dolphin #76767B
RGB
CMYK
RGB Variations
Color information
#76767B (or 0x76767B) is known color: Dolphin. HEX triplet: 76, 76 and 7B. RGB value is (118,118,123). Sum of RGB (Red+Green+Blue) = 118+118+123=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #76767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76767B is #898984. Grayscale: #767676. Windows color (decimal): -9013637 or 8091254. OLE color: 8091254.
HSL color Cylindrical-coordinate representation of color #76767B: hue angle of 240º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #76767B is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 118 | 123 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.52 |
| HSL | 240º | 0.02% | 0.47% | - |
| HSV(B) | 240º | 0.04% | 0.48% | - |
| XYZ | 17.52 | 18.24 | 21.34 | - |
| YUV | 118.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 123 | 0.04 | 0.04 | 0 | 0.52 | 240 | 0.02 | 0.47 |
| Hex | 76 | 76 | 7B | 4 | 4 | 0 | 34 | F0 | 2 | 2F |
| Octal | 166 | 166 | 173 | 4 | 4 | 0 | 64 | 360 | 2 | 57 |
| Binary | 1110110 | 1110110 | 1111011 | 100 | 100 | 0 | 110100 | 11110000 | 10 | 101111 |
Color Harmonies of #76767B
Complementary color
Monochromatic Colors of #76767B
Black with #76767B
Text Example
Text Example
White with #76767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76767B; }
p { color: rgb(118,118,123); }
H1.HeaderClassName
{
color: #76767B;
}
.AnyTagClassName
{
color: #76767B;
}
</style>
background-color css
<style>
a { background-color: #76767B; }
a { background-color: rgb(118,118,123); }
div.DivClassName
{
background-color: #76767B;
}
.BgClassName
{
background-color: #76767B;
}
</style>
border-color css
<style>
span { border-color: #76767B; }
span { border-color: rgb(118,118,123); }
td.TdClassName
{
border-color: #76767B;
}
.TagClassName
{
border-color: #76767B;
}
</style>