Shades of Dolphin #747280
Tints of Dolphin #747280
RGB
CMYK
RGB Variations
Color information
#747280 (or 0x747280) is known color: Dolphin. HEX triplet: 74, 72 and 80. RGB value is (116,114,128). Sum of RGB (Red+Green+Blue) = 116+114+128=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #747280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747280 is #8B8D7F. Grayscale: #747474. Windows color (decimal): -9145728 or 8417908. OLE color: 8417908.
HSL color Cylindrical-coordinate representation of color #747280: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747280 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 114 | 128 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.50 |
| HSL | 248.57º | 0.06% | 0.47% | - |
| HSV(B) | 248.57º | 0.11% | 0.5% | - |
| XYZ | 17.12 | 17.31 | 22.86 | - |
| YUV | 116.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 128 | 0.09 | 0.11 | 0 | 0.50 | 248.57 | 0.06 | 0.47 |
| Hex | 74 | 72 | 80 | 9 | B | 0 | 32 | F9 | 6 | 2F |
| Octal | 164 | 162 | 200 | 11 | 13 | 0 | 62 | 371 | 6 | 57 |
| Binary | 1110100 | 1110010 | 10000000 | 1001 | 1011 | 0 | 110010 | 11111001 | 110 | 101111 |
Color Harmonies of #747280
Complementary color
Monochromatic Colors of #747280
Black with #747280
Text Example
Text Example
White with #747280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747280; }
p { color: rgb(116,114,128); }
H1.HeaderClassName
{
color: #747280;
}
.AnyTagClassName
{
color: #747280;
}
</style>
background-color css
<style>
a { background-color: #747280; }
a { background-color: rgb(116,114,128); }
div.DivClassName
{
background-color: #747280;
}
.BgClassName
{
background-color: #747280;
}
</style>
border-color css
<style>
span { border-color: #747280; }
span { border-color: rgb(116,114,128); }
td.TdClassName
{
border-color: #747280;
}
.TagClassName
{
border-color: #747280;
}
</style>