Shades of Dolphin #74727F
Tints of Dolphin #74727F
RGB
CMYK
RGB Variations
Color information
#74727F (or 0x74727F) is known color: Dolphin. HEX triplet: 74, 72 and 7F. RGB value is (116,114,127). Sum of RGB (Red+Green+Blue) = 116+114+127=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #74727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74727F is #8B8D80. Grayscale: #747474. Windows color (decimal): -9145729 or 8352372. OLE color: 8352372.
HSL color Cylindrical-coordinate representation of color #74727F: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74727F is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 114 | 127 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.50 |
| HSL | 249.23º | 0.05% | 0.47% | - |
| HSV(B) | 249.23º | 0.1% | 0.5% | - |
| XYZ | 17.05 | 17.28 | 22.52 | - |
| YUV | 116.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 127 | 0.09 | 0.10 | 0 | 0.50 | 249.23 | 0.05 | 0.47 |
| Hex | 74 | 72 | 7F | 9 | A | 0 | 32 | F9 | 5 | 2F |
| Octal | 164 | 162 | 177 | 11 | 12 | 0 | 62 | 371 | 5 | 57 |
| Binary | 1110100 | 1110010 | 1111111 | 1001 | 1010 | 0 | 110010 | 11111001 | 101 | 101111 |
Color Harmonies of #74727F
Complementary color
Monochromatic Colors of #74727F
Black with #74727F
Text Example
Text Example
White with #74727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74727F; }
p { color: rgb(116,114,127); }
H1.HeaderClassName
{
color: #74727F;
}
.AnyTagClassName
{
color: #74727F;
}
</style>
background-color css
<style>
a { background-color: #74727F; }
a { background-color: rgb(116,114,127); }
div.DivClassName
{
background-color: #74727F;
}
.BgClassName
{
background-color: #74727F;
}
</style>
border-color css
<style>
span { border-color: #74727F; }
span { border-color: rgb(116,114,127); }
td.TdClassName
{
border-color: #74727F;
}
.TagClassName
{
border-color: #74727F;
}
</style>