Shades of Dolphin #74707D
Tints of Dolphin #74707D
RGB
CMYK
RGB Variations
Color information
#74707D (or 0x74707D) is known color: Dolphin. HEX triplet: 74, 70 and 7D. RGB value is (116,112,125). Sum of RGB (Red+Green+Blue) = 116+112+125=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #74707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74707D is #8B8F82. Grayscale: #727272. Windows color (decimal): -9146243 or 8220788. OLE color: 8220788.
HSL color Cylindrical-coordinate representation of color #74707D: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74707D is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 112 | 125 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.51 |
| HSL | 258.46º | 0.05% | 0.46% | - |
| HSV(B) | 258.46º | 0.1% | 0.49% | - |
| XYZ | 16.7 | 16.78 | 21.76 | - |
| YUV | 114.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 125 | 0.07 | 0.10 | 0 | 0.51 | 258.46 | 0.05 | 0.46 |
| Hex | 74 | 70 | 7D | 7 | A | 0 | 33 | 102 | 5 | 2E |
| Octal | 164 | 160 | 175 | 7 | 12 | 0 | 63 | 402 | 5 | 56 |
| Binary | 1110100 | 1110000 | 1111101 | 111 | 1010 | 0 | 110011 | 100000010 | 101 | 101110 |
Color Harmonies of #74707D
Complementary color
Monochromatic Colors of #74707D
Black with #74707D
Text Example
Text Example
White with #74707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74707D; }
p { color: rgb(116,112,125); }
H1.HeaderClassName
{
color: #74707D;
}
.AnyTagClassName
{
color: #74707D;
}
</style>
background-color css
<style>
a { background-color: #74707D; }
a { background-color: rgb(116,112,125); }
div.DivClassName
{
background-color: #74707D;
}
.BgClassName
{
background-color: #74707D;
}
</style>
border-color css
<style>
span { border-color: #74707D; }
span { border-color: rgb(116,112,125); }
td.TdClassName
{
border-color: #74707D;
}
.TagClassName
{
border-color: #74707D;
}
</style>