Shades of Dolphin #7B7A84
Tints of Dolphin #7B7A84
RGB
CMYK
RGB Variations
Color information
#7B7A84 (or 0x7B7A84) is known color: Dolphin. HEX triplet: 7B, 7A and 84. RGB value is (123,122,132). Sum of RGB (Red+Green+Blue) = 123+122+132=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A84 is #84857B. Grayscale: #7B7B7B. Windows color (decimal): -8684924 or 8682107. OLE color: 8682107.
HSL color Cylindrical-coordinate representation of color #7B7A84: hue angle of 246º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7A84 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 122 | 132 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.48 |
| HSL | 246º | 0.04% | 0.5% | - |
| HSV(B) | 246º | 0.08% | 0.52% | - |
| XYZ | 19.29 | 19.8 | 24.63 | - |
| YUV | 123.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 132 | 0.07 | 0.08 | 0 | 0.48 | 246 | 0.04 | 0.5 |
| Hex | 7B | 7A | 84 | 7 | 8 | 0 | 30 | F6 | 4 | 32 |
| Octal | 173 | 172 | 204 | 7 | 10 | 0 | 60 | 366 | 4 | 62 |
| Binary | 1111011 | 1111010 | 10000100 | 111 | 1000 | 0 | 110000 | 11110110 | 100 | 110010 |
Color Harmonies of #7B7A84
Complementary color
Monochromatic Colors of #7B7A84
Black with #7B7A84
Text Example
Text Example
White with #7B7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A84; }
p { color: rgb(123,122,132); }
H1.HeaderClassName
{
color: #7B7A84;
}
.AnyTagClassName
{
color: #7B7A84;
}
</style>
background-color css
<style>
a { background-color: #7B7A84; }
a { background-color: rgb(123,122,132); }
div.DivClassName
{
background-color: #7B7A84;
}
.BgClassName
{
background-color: #7B7A84;
}
</style>
border-color css
<style>
span { border-color: #7B7A84; }
span { border-color: rgb(123,122,132); }
td.TdClassName
{
border-color: #7B7A84;
}
.TagClassName
{
border-color: #7B7A84;
}
</style>