Shades of Dolphin #7A7985
Tints of Dolphin #7A7985
RGB
CMYK
RGB Variations
Color information
#7A7985 (or 0x7A7985) is known color: Dolphin. HEX triplet: 7A, 79 and 85. RGB value is (122,121,133). Sum of RGB (Red+Green+Blue) = 122+121+133=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7985 is #85867A. Grayscale: #7A7A7A. Windows color (decimal): -8750715 or 8747386. OLE color: 8747386.
HSL color Cylindrical-coordinate representation of color #7A7985: hue angle of 245º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A7985 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 121 | 133 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.48 |
| HSL | 245º | 0.05% | 0.5% | - |
| HSV(B) | 245º | 0.09% | 0.52% | - |
| XYZ | 19.1 | 19.51 | 24.95 | - |
| YUV | 122.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 133 | 0.08 | 0.09 | 0 | 0.48 | 245 | 0.05 | 0.5 |
| Hex | 7A | 79 | 85 | 8 | 9 | 0 | 30 | F5 | 5 | 32 |
| Octal | 172 | 171 | 205 | 10 | 11 | 0 | 60 | 365 | 5 | 62 |
| Binary | 1111010 | 1111001 | 10000101 | 1000 | 1001 | 0 | 110000 | 11110101 | 101 | 110010 |
Color Harmonies of #7A7985
Complementary color
Monochromatic Colors of #7A7985
Black with #7A7985
Text Example
Text Example
White with #7A7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7985; }
p { color: rgb(122,121,133); }
H1.HeaderClassName
{
color: #7A7985;
}
.AnyTagClassName
{
color: #7A7985;
}
</style>
background-color css
<style>
a { background-color: #7A7985; }
a { background-color: rgb(122,121,133); }
div.DivClassName
{
background-color: #7A7985;
}
.BgClassName
{
background-color: #7A7985;
}
</style>
border-color css
<style>
span { border-color: #7A7985; }
span { border-color: rgb(122,121,133); }
td.TdClassName
{
border-color: #7A7985;
}
.TagClassName
{
border-color: #7A7985;
}
</style>