Shades of Dolphin #74737C
Tints of Dolphin #74737C
RGB
CMYK
RGB Variations
Color information
#74737C (or 0x74737C) is known color: Dolphin. HEX triplet: 74, 73 and 7C. RGB value is (116,115,124). Sum of RGB (Red+Green+Blue) = 116+115+124=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #74737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74737C is #8B8C83. Grayscale: #747474. Windows color (decimal): -9145476 or 8156020. OLE color: 8156020.
HSL color Cylindrical-coordinate representation of color #74737C: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74737C is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 115 | 124 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.51 |
| HSL | 246.67º | 0.04% | 0.47% | - |
| HSV(B) | 246.67º | 0.07% | 0.49% | - |
| XYZ | 16.97 | 17.43 | 21.54 | - |
| YUV | 116.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 124 | 0.06 | 0.07 | 0 | 0.51 | 246.67 | 0.04 | 0.47 |
| Hex | 74 | 73 | 7C | 6 | 7 | 0 | 33 | F7 | 4 | 2F |
| Octal | 164 | 163 | 174 | 6 | 7 | 0 | 63 | 367 | 4 | 57 |
| Binary | 1110100 | 1110011 | 1111100 | 110 | 111 | 0 | 110011 | 11110111 | 100 | 101111 |
Color Harmonies of #74737C
Complementary color
Monochromatic Colors of #74737C
Black with #74737C
Text Example
Text Example
White with #74737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74737C; }
p { color: rgb(116,115,124); }
H1.HeaderClassName
{
color: #74737C;
}
.AnyTagClassName
{
color: #74737C;
}
</style>
background-color css
<style>
a { background-color: #74737C; }
a { background-color: rgb(116,115,124); }
div.DivClassName
{
background-color: #74737C;
}
.BgClassName
{
background-color: #74737C;
}
</style>
border-color css
<style>
span { border-color: #74737C; }
span { border-color: rgb(116,115,124); }
td.TdClassName
{
border-color: #74737C;
}
.TagClassName
{
border-color: #74737C;
}
</style>