Shades of Dolphin #747475
Tints of Dolphin #747475
RGB
CMYK
RGB Variations
Color information
#747475 (or 0x747475) is known color: Dolphin. HEX triplet: 74, 74 and 75. RGB value is (116,116,117). Sum of RGB (Red+Green+Blue) = 116+116+117=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 117 - color contains mainly: blue. Hex color #747475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747475 is #8B8B8A. Grayscale: #747474. Windows color (decimal): -9145227 or 7697524. OLE color: 7697524.
HSL color Cylindrical-coordinate representation of color #747475: hue angle of 240º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #747475 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 116 | 117 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.54 |
| HSL | 240º | 0% | 0.46% | - |
| HSV(B) | 240º | 0.01% | 0.46% | - |
| XYZ | 16.66 | 17.49 | 19.33 | - |
| YUV | 116.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 117 | 0.01 | 0.01 | 0 | 0.54 | 240 | 0 | 0.46 |
| Hex | 74 | 74 | 75 | 1 | 1 | 0 | 36 | F0 | 0 | 2E |
| Octal | 164 | 164 | 165 | 1 | 1 | 0 | 66 | 360 | 0 | 56 |
| Binary | 1110100 | 1110100 | 1110101 | 1 | 1 | 0 | 110110 | 11110000 | 0 | 101110 |
Color Harmonies of #747475
Complementary color
Monochromatic Colors of #747475
Black with #747475
Text Example
Text Example
White with #747475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747475; }
p { color: rgb(116,116,117); }
H1.HeaderClassName
{
color: #747475;
}
.AnyTagClassName
{
color: #747475;
}
</style>
background-color css
<style>
a { background-color: #747475; }
a { background-color: rgb(116,116,117); }
div.DivClassName
{
background-color: #747475;
}
.BgClassName
{
background-color: #747475;
}
</style>
border-color css
<style>
span { border-color: #747475; }
span { border-color: rgb(116,116,117); }
td.TdClassName
{
border-color: #747475;
}
.TagClassName
{
border-color: #747475;
}
</style>