Shades of Dolphin #74737E
Tints of Dolphin #74737E
RGB
CMYK
RGB Variations
Color information
#74737E (or 0x74737E) is known color: Dolphin. HEX triplet: 74, 73 and 7E. RGB value is (116,115,126). Sum of RGB (Red+Green+Blue) = 116+115+126=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 126 - color contains mainly: blue. Hex color #74737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74737E is #8B8C81. Grayscale: #747474. Windows color (decimal): -9145474 or 8287092. OLE color: 8287092.
HSL color Cylindrical-coordinate representation of color #74737E: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74737E is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 115 | 126 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.51 |
| HSL | 245.45º | 0.05% | 0.47% | - |
| HSV(B) | 245.45º | 0.09% | 0.49% | - |
| XYZ | 17.1 | 17.48 | 22.21 | - |
| YUV | 116.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 126 | 0.08 | 0.09 | 0 | 0.51 | 245.45 | 0.05 | 0.47 |
| Hex | 74 | 73 | 7E | 8 | 9 | 0 | 33 | F5 | 5 | 2F |
| Octal | 164 | 163 | 176 | 10 | 11 | 0 | 63 | 365 | 5 | 57 |
| Binary | 1110100 | 1110011 | 1111110 | 1000 | 1001 | 0 | 110011 | 11110101 | 101 | 101111 |
Color Harmonies of #74737E
Complementary color
Monochromatic Colors of #74737E
Black with #74737E
Text Example
Text Example
White with #74737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74737E; }
p { color: rgb(116,115,126); }
H1.HeaderClassName
{
color: #74737E;
}
.AnyTagClassName
{
color: #74737E;
}
</style>
background-color css
<style>
a { background-color: #74737E; }
a { background-color: rgb(116,115,126); }
div.DivClassName
{
background-color: #74737E;
}
.BgClassName
{
background-color: #74737E;
}
</style>
border-color css
<style>
span { border-color: #74737E; }
span { border-color: rgb(116,115,126); }
td.TdClassName
{
border-color: #74737E;
}
.TagClassName
{
border-color: #74737E;
}
</style>