Shades of Dolphin #74707F
Tints of Dolphin #74707F
RGB
CMYK
RGB Variations
Color information
#74707F (or 0x74707F) is known color: Dolphin. HEX triplet: 74, 70 and 7F. RGB value is (116,112,127). Sum of RGB (Red+Green+Blue) = 116+112+127=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #74707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74707F is #8B8F80. Grayscale: #727272. Windows color (decimal): -9146241 or 8351860. OLE color: 8351860.
HSL color Cylindrical-coordinate representation of color #74707F: hue angle of 256º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74707F is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 112 | 127 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.50 |
| HSL | 256º | 0.06% | 0.47% | - |
| HSV(B) | 256º | 0.12% | 0.5% | - |
| XYZ | 16.83 | 16.83 | 22.44 | - |
| YUV | 114.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 127 | 0.09 | 0.12 | 0 | 0.50 | 256 | 0.06 | 0.47 |
| Hex | 74 | 70 | 7F | 9 | C | 0 | 32 | 100 | 6 | 2F |
| Octal | 164 | 160 | 177 | 11 | 14 | 0 | 62 | 400 | 6 | 57 |
| Binary | 1110100 | 1110000 | 1111111 | 1001 | 1100 | 0 | 110010 | 100000000 | 110 | 101111 |
Color Harmonies of #74707F
Complementary color
Monochromatic Colors of #74707F
Black with #74707F
Text Example
Text Example
White with #74707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74707F; }
p { color: rgb(116,112,127); }
H1.HeaderClassName
{
color: #74707F;
}
.AnyTagClassName
{
color: #74707F;
}
</style>
background-color css
<style>
a { background-color: #74707F; }
a { background-color: rgb(116,112,127); }
div.DivClassName
{
background-color: #74707F;
}
.BgClassName
{
background-color: #74707F;
}
</style>
border-color css
<style>
span { border-color: #74707F; }
span { border-color: rgb(116,112,127); }
td.TdClassName
{
border-color: #74707F;
}
.TagClassName
{
border-color: #74707F;
}
</style>