Shades of Dolphin #74717A
Tints of Dolphin #74717A
RGB
CMYK
RGB Variations
Color information
#74717A (or 0x74717A) is known color: Dolphin. HEX triplet: 74, 71 and 7A. RGB value is (116,113,122). Sum of RGB (Red+Green+Blue) = 116+113+122=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #74717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74717A is #8B8E85. Grayscale: #727272. Windows color (decimal): -9145990 or 8024436. OLE color: 8024436.
HSL color Cylindrical-coordinate representation of color #74717A: hue angle of 260º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74717A is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 113 | 122 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.52 |
| HSL | 260º | 0.04% | 0.46% | - |
| HSV(B) | 260º | 0.07% | 0.48% | - |
| XYZ | 16.62 | 16.93 | 20.8 | - |
| YUV | 114.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 122 | 0.05 | 0.07 | 0 | 0.52 | 260 | 0.04 | 0.46 |
| Hex | 74 | 71 | 7A | 5 | 7 | 0 | 34 | 104 | 4 | 2E |
| Octal | 164 | 161 | 172 | 5 | 7 | 0 | 64 | 404 | 4 | 56 |
| Binary | 1110100 | 1110001 | 1111010 | 101 | 111 | 0 | 110100 | 100000100 | 100 | 101110 |
Color Harmonies of #74717A
Complementary color
Monochromatic Colors of #74717A
Black with #74717A
Text Example
Text Example
White with #74717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74717A; }
p { color: rgb(116,113,122); }
H1.HeaderClassName
{
color: #74717A;
}
.AnyTagClassName
{
color: #74717A;
}
</style>
background-color css
<style>
a { background-color: #74717A; }
a { background-color: rgb(116,113,122); }
div.DivClassName
{
background-color: #74717A;
}
.BgClassName
{
background-color: #74717A;
}
</style>
border-color css
<style>
span { border-color: #74717A; }
span { border-color: rgb(116,113,122); }
td.TdClassName
{
border-color: #74717A;
}
.TagClassName
{
border-color: #74717A;
}
</style>