Shades of Dolphin #666377
Tints of Dolphin #666377
RGB
CMYK
RGB Variations
Color information
#666377 (or 0x666377) is known color: Dolphin. HEX triplet: 66, 63 and 77. RGB value is (102,99,119). Sum of RGB (Red+Green+Blue) = 102+99+119=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #666377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666377 is #999C88. Grayscale: #666666. Windows color (decimal): -10067081 or 7824230. OLE color: 7824230.
HSL color Cylindrical-coordinate representation of color #666377: hue angle of 249º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666377 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 99 | 119 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.53 |
| HSL | 249º | 0.09% | 0.43% | - |
| HSV(B) | 249º | 0.17% | 0.47% | - |
| XYZ | 13.27 | 13.08 | 19.28 | - |
| YUV | 102.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 119 | 0.14 | 0.17 | 0 | 0.53 | 249 | 0.09 | 0.43 |
| Hex | 66 | 63 | 77 | E | 11 | 0 | 35 | F9 | 9 | 2B |
| Octal | 146 | 143 | 167 | 16 | 21 | 0 | 65 | 371 | 11 | 53 |
| Binary | 1100110 | 1100011 | 1110111 | 1110 | 10001 | 0 | 110101 | 11111001 | 1001 | 101011 |
Color Harmonies of #666377
Complementary color
Monochromatic Colors of #666377
Black with #666377
Text Example
Text Example
White with #666377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666377; }
p { color: rgb(102,99,119); }
H1.HeaderClassName
{
color: #666377;
}
.AnyTagClassName
{
color: #666377;
}
</style>
background-color css
<style>
a { background-color: #666377; }
a { background-color: rgb(102,99,119); }
div.DivClassName
{
background-color: #666377;
}
.BgClassName
{
background-color: #666377;
}
</style>
border-color css
<style>
span { border-color: #666377; }
span { border-color: rgb(102,99,119); }
td.TdClassName
{
border-color: #666377;
}
.TagClassName
{
border-color: #666377;
}
</style>