Shades of Dolphin #747484
Tints of Dolphin #747484
RGB
CMYK
RGB Variations
Color information
#747484 (or 0x747484) is known color: Dolphin. HEX triplet: 74, 74 and 84. RGB value is (116,116,132). Sum of RGB (Red+Green+Blue) = 116+116+132=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #747484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747484 is #8B8B7B. Grayscale: #757575. Windows color (decimal): -9145212 or 8680564. OLE color: 8680564.
HSL color Cylindrical-coordinate representation of color #747484: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747484 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 116 | 132 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.48 |
| HSL | 240º | 0.06% | 0.49% | - |
| HSV(B) | 240º | 0.12% | 0.52% | - |
| XYZ | 17.61 | 17.87 | 24.35 | - |
| YUV | 117.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 132 | 0.12 | 0.12 | 0 | 0.48 | 240 | 0.06 | 0.49 |
| Hex | 74 | 74 | 84 | C | C | 0 | 30 | F0 | 6 | 31 |
| Octal | 164 | 164 | 204 | 14 | 14 | 0 | 60 | 360 | 6 | 61 |
| Binary | 1110100 | 1110100 | 10000100 | 1100 | 1100 | 0 | 110000 | 11110000 | 110 | 110001 |
Color Harmonies of #747484
Complementary color
Monochromatic Colors of #747484
Black with #747484
Text Example
Text Example
White with #747484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747484; }
p { color: rgb(116,116,132); }
H1.HeaderClassName
{
color: #747484;
}
.AnyTagClassName
{
color: #747484;
}
</style>
background-color css
<style>
a { background-color: #747484; }
a { background-color: rgb(116,116,132); }
div.DivClassName
{
background-color: #747484;
}
.BgClassName
{
background-color: #747484;
}
</style>
border-color css
<style>
span { border-color: #747484; }
span { border-color: rgb(116,116,132); }
td.TdClassName
{
border-color: #747484;
}
.TagClassName
{
border-color: #747484;
}
</style>