Shades of Dolphin #666477
Tints of Dolphin #666477
RGB
CMYK
RGB Variations
Color information
#666477 (or 0x666477) is known color: Dolphin. HEX triplet: 66, 64 and 77. RGB value is (102,100,119). Sum of RGB (Red+Green+Blue) = 102+100+119=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #666477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666477 is #999B88. Grayscale: #666666. Windows color (decimal): -10066825 or 7824486. OLE color: 7824486.
HSL color Cylindrical-coordinate representation of color #666477: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666477 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 100 | 119 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.53 |
| HSL | 246.32º | 0.09% | 0.43% | - |
| HSV(B) | 246.32º | 0.16% | 0.47% | - |
| XYZ | 13.37 | 13.27 | 19.31 | - |
| YUV | 102.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 119 | 0.14 | 0.16 | 0 | 0.53 | 246.32 | 0.09 | 0.43 |
| Hex | 66 | 64 | 77 | E | 10 | 0 | 35 | F6 | 9 | 2B |
| Octal | 146 | 144 | 167 | 16 | 20 | 0 | 65 | 366 | 11 | 53 |
| Binary | 1100110 | 1100100 | 1110111 | 1110 | 10000 | 0 | 110101 | 11110110 | 1001 | 101011 |
Color Harmonies of #666477
Complementary color
Monochromatic Colors of #666477
Black with #666477
Text Example
Text Example
White with #666477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666477; }
p { color: rgb(102,100,119); }
H1.HeaderClassName
{
color: #666477;
}
.AnyTagClassName
{
color: #666477;
}
</style>
background-color css
<style>
a { background-color: #666477; }
a { background-color: rgb(102,100,119); }
div.DivClassName
{
background-color: #666477;
}
.BgClassName
{
background-color: #666477;
}
</style>
border-color css
<style>
span { border-color: #666477; }
span { border-color: rgb(102,100,119); }
td.TdClassName
{
border-color: #666477;
}
.TagClassName
{
border-color: #666477;
}
</style>