Shades of Dolphin #747385
Tints of Dolphin #747385
RGB
CMYK
RGB Variations
Color information
#747385 (or 0x747385) is known color: Dolphin. HEX triplet: 74, 73 and 85. RGB value is (116,115,133). Sum of RGB (Red+Green+Blue) = 116+115+133=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #747385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747385 is #8B8C7A. Grayscale: #757575. Windows color (decimal): -9145467 or 8745844. OLE color: 8745844.
HSL color Cylindrical-coordinate representation of color #747385: hue angle of 243.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747385 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 115 | 133 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.48 |
| HSL | 243.33º | 0.07% | 0.49% | - |
| HSV(B) | 243.33º | 0.14% | 0.52% | - |
| XYZ | 17.57 | 17.67 | 24.67 | - |
| YUV | 117.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 133 | 0.13 | 0.14 | 0 | 0.48 | 243.33 | 0.07 | 0.49 |
| Hex | 74 | 73 | 85 | D | E | 0 | 30 | F3 | 7 | 31 |
| Octal | 164 | 163 | 205 | 15 | 16 | 0 | 60 | 363 | 7 | 61 |
| Binary | 1110100 | 1110011 | 10000101 | 1101 | 1110 | 0 | 110000 | 11110011 | 111 | 110001 |
Color Harmonies of #747385
Complementary color
Monochromatic Colors of #747385
Black with #747385
Text Example
Text Example
White with #747385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747385; }
p { color: rgb(116,115,133); }
H1.HeaderClassName
{
color: #747385;
}
.AnyTagClassName
{
color: #747385;
}
</style>
background-color css
<style>
a { background-color: #747385; }
a { background-color: rgb(116,115,133); }
div.DivClassName
{
background-color: #747385;
}
.BgClassName
{
background-color: #747385;
}
</style>
border-color css
<style>
span { border-color: #747385; }
span { border-color: rgb(116,115,133); }
td.TdClassName
{
border-color: #747385;
}
.TagClassName
{
border-color: #747385;
}
</style>