Shades of Dolphin #707072
Tints of Dolphin #707072
RGB
CMYK
RGB Variations
Color information
#707072 (or 0x707072) is known color: Dolphin. HEX triplet: 70, 70 and 72. RGB value is (112,112,114). Sum of RGB (Red+Green+Blue) = 112+112+114=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 114 - color contains mainly: blue. Hex color #707072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707072 is #8F8F8D. Grayscale: #707070. Windows color (decimal): -9408398 or 7499888. OLE color: 7499888.
HSL color Cylindrical-coordinate representation of color #707072: hue angle of 240º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #707072 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 112 | 114 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.55 |
| HSL | 240º | 0.01% | 0.44% | - |
| HSV(B) | 240º | 0.02% | 0.45% | - |
| XYZ | 15.51 | 16.25 | 18.24 | - |
| YUV | 112.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 114 | 0.02 | 0.02 | 0 | 0.55 | 240 | 0.01 | 0.44 |
| Hex | 70 | 70 | 72 | 2 | 2 | 0 | 37 | F0 | 1 | 2C |
| Octal | 160 | 160 | 162 | 2 | 2 | 0 | 67 | 360 | 1 | 54 |
| Binary | 1110000 | 1110000 | 1110010 | 10 | 10 | 0 | 110111 | 11110000 | 1 | 101100 |
Color Harmonies of #707072
Complementary color
Monochromatic Colors of #707072
Black with #707072
Text Example
Text Example
White with #707072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707072; }
p { color: rgb(112,112,114); }
H1.HeaderClassName
{
color: #707072;
}
.AnyTagClassName
{
color: #707072;
}
</style>
background-color css
<style>
a { background-color: #707072; }
a { background-color: rgb(112,112,114); }
div.DivClassName
{
background-color: #707072;
}
.BgClassName
{
background-color: #707072;
}
</style>
border-color css
<style>
span { border-color: #707072; }
span { border-color: rgb(112,112,114); }
td.TdClassName
{
border-color: #707072;
}
.TagClassName
{
border-color: #707072;
}
</style>