Shades of Dolphin #676479
Tints of Dolphin #676479
RGB
CMYK
RGB Variations
Color information
#676479 (or 0x676479) is known color: Dolphin. HEX triplet: 67, 64 and 79. RGB value is (103,100,121). Sum of RGB (Red+Green+Blue) = 103+100+121=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #676479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676479 is #989B86. Grayscale: #676767. Windows color (decimal): -10001287 or 7955559. OLE color: 7955559.
HSL color Cylindrical-coordinate representation of color #676479: hue angle of 248.57º degrees, saturation: 0.1, 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 #676479 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 100 | 121 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.53 |
| HSL | 248.57º | 0.1% | 0.43% | - |
| HSV(B) | 248.57º | 0.17% | 0.47% | - |
| XYZ | 13.6 | 13.38 | 19.95 | - |
| YUV | 103.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 121 | 0.15 | 0.17 | 0 | 0.53 | 248.57 | 0.1 | 0.43 |
| Hex | 67 | 64 | 79 | F | 11 | 0 | 35 | F9 | A | 2B |
| Octal | 147 | 144 | 171 | 17 | 21 | 0 | 65 | 371 | 12 | 53 |
| Binary | 1100111 | 1100100 | 1111001 | 1111 | 10001 | 0 | 110101 | 11111001 | 1010 | 101011 |
Color Harmonies of #676479
Complementary color
Monochromatic Colors of #676479
Black with #676479
Text Example
Text Example
White with #676479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676479; }
p { color: rgb(103,100,121); }
H1.HeaderClassName
{
color: #676479;
}
.AnyTagClassName
{
color: #676479;
}
</style>
background-color css
<style>
a { background-color: #676479; }
a { background-color: rgb(103,100,121); }
div.DivClassName
{
background-color: #676479;
}
.BgClassName
{
background-color: #676479;
}
</style>
border-color css
<style>
span { border-color: #676479; }
span { border-color: rgb(103,100,121); }
td.TdClassName
{
border-color: #676479;
}
.TagClassName
{
border-color: #676479;
}
</style>