Shades of Dolphin #74747A
Tints of Dolphin #74747A
RGB
CMYK
RGB Variations
Color information
#74747A (or 0x74747A) is known color: Dolphin. HEX triplet: 74, 74 and 7A. RGB value is (116,116,122). Sum of RGB (Red+Green+Blue) = 116+116+122=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #74747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74747A is #8B8B85. Grayscale: #747474. Windows color (decimal): -9145222 or 8025204. OLE color: 8025204.
HSL color Cylindrical-coordinate representation of color #74747A: hue angle of 240º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #74747A is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 116 | 122 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.52 |
| HSL | 240º | 0.03% | 0.47% | - |
| HSV(B) | 240º | 0.05% | 0.48% | - |
| XYZ | 16.96 | 17.61 | 20.92 | - |
| YUV | 116.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 122 | 0.05 | 0.05 | 0 | 0.52 | 240 | 0.03 | 0.47 |
| Hex | 74 | 74 | 7A | 5 | 5 | 0 | 34 | F0 | 3 | 2F |
| Octal | 164 | 164 | 172 | 5 | 5 | 0 | 64 | 360 | 3 | 57 |
| Binary | 1110100 | 1110100 | 1111010 | 101 | 101 | 0 | 110100 | 11110000 | 11 | 101111 |
Color Harmonies of #74747A
Complementary color
Monochromatic Colors of #74747A
Black with #74747A
Text Example
Text Example
White with #74747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74747A; }
p { color: rgb(116,116,122); }
H1.HeaderClassName
{
color: #74747A;
}
.AnyTagClassName
{
color: #74747A;
}
</style>
background-color css
<style>
a { background-color: #74747A; }
a { background-color: rgb(116,116,122); }
div.DivClassName
{
background-color: #74747A;
}
.BgClassName
{
background-color: #74747A;
}
</style>
border-color css
<style>
span { border-color: #74747A; }
span { border-color: rgb(116,116,122); }
td.TdClassName
{
border-color: #74747A;
}
.TagClassName
{
border-color: #74747A;
}
</style>