Shades of Dolphin #676175
Tints of Dolphin #676175
RGB
CMYK
RGB Variations
Color information
#676175 (or 0x676175) is known color: Dolphin. HEX triplet: 67, 61 and 75. RGB value is (103,97,117). Sum of RGB (Red+Green+Blue) = 103+97+117=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #676175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676175 is #989E8A. Grayscale: #656565. Windows color (decimal): -10002059 or 7692647. OLE color: 7692647.
HSL color Cylindrical-coordinate representation of color #676175: hue angle of 258º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676175 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 97 | 117 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.54 |
| HSL | 258º | 0.09% | 0.42% | - |
| HSV(B) | 258º | 0.17% | 0.46% | - |
| XYZ | 13.08 | 12.72 | 18.59 | - |
| YUV | 101.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 117 | 0.12 | 0.17 | 0 | 0.54 | 258 | 0.09 | 0.42 |
| Hex | 67 | 61 | 75 | C | 11 | 0 | 36 | 102 | 9 | 2A |
| Octal | 147 | 141 | 165 | 14 | 21 | 0 | 66 | 402 | 11 | 52 |
| Binary | 1100111 | 1100001 | 1110101 | 1100 | 10001 | 0 | 110110 | 100000010 | 1001 | 101010 |
Color Harmonies of #676175
Complementary color
Monochromatic Colors of #676175
Black with #676175
Text Example
Text Example
White with #676175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676175; }
p { color: rgb(103,97,117); }
H1.HeaderClassName
{
color: #676175;
}
.AnyTagClassName
{
color: #676175;
}
</style>
background-color css
<style>
a { background-color: #676175; }
a { background-color: rgb(103,97,117); }
div.DivClassName
{
background-color: #676175;
}
.BgClassName
{
background-color: #676175;
}
</style>
border-color css
<style>
span { border-color: #676175; }
span { border-color: rgb(103,97,117); }
td.TdClassName
{
border-color: #676175;
}
.TagClassName
{
border-color: #676175;
}
</style>