Shades of Dolphin #676372
Tints of Dolphin #676372
RGB
CMYK
RGB Variations
Color information
#676372 (or 0x676372) is known color: Dolphin. HEX triplet: 67, 63 and 72. RGB value is (103,99,114). Sum of RGB (Red+Green+Blue) = 103+99+114=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #676372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676372 is #989C8D. Grayscale: #656565. Windows color (decimal): -10001550 or 7496551. OLE color: 7496551.
HSL color Cylindrical-coordinate representation of color #676372: hue angle of 256º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676372 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 99 | 114 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.55 |
| HSL | 256º | 0.07% | 0.42% | - |
| HSV(B) | 256º | 0.13% | 0.45% | - |
| XYZ | 13.09 | 13.02 | 17.74 | - |
| YUV | 101.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 114 | 0.10 | 0.13 | 0 | 0.55 | 256 | 0.07 | 0.42 |
| Hex | 67 | 63 | 72 | A | D | 0 | 37 | 100 | 7 | 2A |
| Octal | 147 | 143 | 162 | 12 | 15 | 0 | 67 | 400 | 7 | 52 |
| Binary | 1100111 | 1100011 | 1110010 | 1010 | 1101 | 0 | 110111 | 100000000 | 111 | 101010 |
Color Harmonies of #676372
Complementary color
Monochromatic Colors of #676372
Black with #676372
Text Example
Text Example
White with #676372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676372; }
p { color: rgb(103,99,114); }
H1.HeaderClassName
{
color: #676372;
}
.AnyTagClassName
{
color: #676372;
}
</style>
background-color css
<style>
a { background-color: #676372; }
a { background-color: rgb(103,99,114); }
div.DivClassName
{
background-color: #676372;
}
.BgClassName
{
background-color: #676372;
}
</style>
border-color css
<style>
span { border-color: #676372; }
span { border-color: rgb(103,99,114); }
td.TdClassName
{
border-color: #676372;
}
.TagClassName
{
border-color: #676372;
}
</style>