Shades of Dolphin #676176
Tints of Dolphin #676176
RGB
CMYK
RGB Variations
Color information
#676176 (or 0x676176) is known color: Dolphin. HEX triplet: 67, 61 and 76. RGB value is (103,97,118). Sum of RGB (Red+Green+Blue) = 103+97+118=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #676176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676176 is #989E89. Grayscale: #656565. Windows color (decimal): -10002058 or 7758183. OLE color: 7758183.
HSL color Cylindrical-coordinate representation of color #676176: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #676176 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 97 | 118 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.54 |
| HSL | 257.14º | 0.1% | 0.42% | - |
| HSV(B) | 257.14º | 0.18% | 0.46% | - |
| XYZ | 13.14 | 12.74 | 18.91 | - |
| YUV | 101.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 118 | 0.13 | 0.18 | 0 | 0.54 | 257.14 | 0.1 | 0.42 |
| Hex | 67 | 61 | 76 | D | 12 | 0 | 36 | 101 | A | 2A |
| Octal | 147 | 141 | 166 | 15 | 22 | 0 | 66 | 401 | 12 | 52 |
| Binary | 1100111 | 1100001 | 1110110 | 1101 | 10010 | 0 | 110110 | 100000001 | 1010 | 101010 |
Color Harmonies of #676176
Complementary color
Monochromatic Colors of #676176
Black with #676176
Text Example
Text Example
White with #676176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676176; }
p { color: rgb(103,97,118); }
H1.HeaderClassName
{
color: #676176;
}
.AnyTagClassName
{
color: #676176;
}
</style>
background-color css
<style>
a { background-color: #676176; }
a { background-color: rgb(103,97,118); }
div.DivClassName
{
background-color: #676176;
}
.BgClassName
{
background-color: #676176;
}
</style>
border-color css
<style>
span { border-color: #676176; }
span { border-color: rgb(103,97,118); }
td.TdClassName
{
border-color: #676176;
}
.TagClassName
{
border-color: #676176;
}
</style>