Shades of Dolphin #74747C
Tints of Dolphin #74747C
RGB
CMYK
RGB Variations
Color information
#74747C (or 0x74747C) is known color: Dolphin. HEX triplet: 74, 74 and 7C. RGB value is (116,116,124). Sum of RGB (Red+Green+Blue) = 116+116+124=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #74747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74747C is #8B8B83. Grayscale: #747474. Windows color (decimal): -9145220 or 8156276. OLE color: 8156276.
HSL color Cylindrical-coordinate representation of color #74747C: hue angle of 240º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74747C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 116 | 124 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.51 |
| HSL | 240º | 0.03% | 0.47% | - |
| HSV(B) | 240º | 0.06% | 0.49% | - |
| XYZ | 17.09 | 17.66 | 21.58 | - |
| YUV | 116.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 124 | 0.06 | 0.06 | 0 | 0.51 | 240 | 0.03 | 0.47 |
| Hex | 74 | 74 | 7C | 6 | 6 | 0 | 33 | F0 | 3 | 2F |
| Octal | 164 | 164 | 174 | 6 | 6 | 0 | 63 | 360 | 3 | 57 |
| Binary | 1110100 | 1110100 | 1111100 | 110 | 110 | 0 | 110011 | 11110000 | 11 | 101111 |
Color Harmonies of #74747C
Complementary color
Monochromatic Colors of #74747C
Black with #74747C
Text Example
Text Example
White with #74747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74747C; }
p { color: rgb(116,116,124); }
H1.HeaderClassName
{
color: #74747C;
}
.AnyTagClassName
{
color: #74747C;
}
</style>
background-color css
<style>
a { background-color: #74747C; }
a { background-color: rgb(116,116,124); }
div.DivClassName
{
background-color: #74747C;
}
.BgClassName
{
background-color: #74747C;
}
</style>
border-color css
<style>
span { border-color: #74747C; }
span { border-color: rgb(116,116,124); }
td.TdClassName
{
border-color: #74747C;
}
.TagClassName
{
border-color: #74747C;
}
</style>