Shades of Dolphin #676075
Tints of Dolphin #676075
RGB
CMYK
RGB Variations
Color information
#676075 (or 0x676075) is known color: Dolphin. HEX triplet: 67, 60 and 75. RGB value is (103,96,117). Sum of RGB (Red+Green+Blue) = 103+96+117=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #676075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676075 is #989F8A. Grayscale: #646464. Windows color (decimal): -10002315 or 7692391. OLE color: 7692391.
HSL color Cylindrical-coordinate representation of color #676075: hue angle of 260º 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 #676075 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 96 | 117 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.54 |
| HSL | 260º | 0.1% | 0.42% | - |
| HSV(B) | 260º | 0.18% | 0.46% | - |
| XYZ | 12.99 | 12.53 | 18.56 | - |
| YUV | 100.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 117 | 0.12 | 0.18 | 0 | 0.54 | 260 | 0.1 | 0.42 |
| Hex | 67 | 60 | 75 | C | 12 | 0 | 36 | 104 | A | 2A |
| Octal | 147 | 140 | 165 | 14 | 22 | 0 | 66 | 404 | 12 | 52 |
| Binary | 1100111 | 1100000 | 1110101 | 1100 | 10010 | 0 | 110110 | 100000100 | 1010 | 101010 |
Color Harmonies of #676075
Complementary color
Monochromatic Colors of #676075
Black with #676075
Text Example
Text Example
White with #676075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676075; }
p { color: rgb(103,96,117); }
H1.HeaderClassName
{
color: #676075;
}
.AnyTagClassName
{
color: #676075;
}
</style>
background-color css
<style>
a { background-color: #676075; }
a { background-color: rgb(103,96,117); }
div.DivClassName
{
background-color: #676075;
}
.BgClassName
{
background-color: #676075;
}
</style>
border-color css
<style>
span { border-color: #676075; }
span { border-color: rgb(103,96,117); }
td.TdClassName
{
border-color: #676075;
}
.TagClassName
{
border-color: #676075;
}
</style>