Shades of Sea Pink #D77A7A
Tints of Sea Pink #D77A7A
RGB
CMYK
RGB Variations
Color information
#D77A7A (or 0xD77A7A) is known color: Sea Pink. HEX triplet: D7, 7A and 7A. RGB value is (215,122,122). Sum of RGB (Red+Green+Blue) = 215+122+122=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A7A is #288585. Grayscale: #959595. Windows color (decimal): -2655622 or 8026839. OLE color: 8026839.
HSL color Cylindrical-coordinate representation of color #D77A7A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A7A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 122 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.16 |
| HSL | 0º | 0.54% | 0.66% | - |
| HSV(B) | 0º | 0.43% | 0.84% | - |
| XYZ | 38.5 | 29.77 | 22.13 | - |
| YUV | 149.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 122 | 0 | 0.43 | 0.43 | 0.16 | 0 | 0.54 | 0.66 |
| Hex | D7 | 7A | 7A | 0 | 2B | 2B | 10 | 0 | 36 | 42 |
| Octal | 327 | 172 | 172 | 0 | 53 | 53 | 20 | 0 | 66 | 102 |
| Binary | 11010111 | 1111010 | 1111010 | 0 | 101011 | 101011 | 10000 | 0 | 110110 | 1000010 |
Color Harmonies of #D77A7A
Complementary color
Monochromatic Colors of #D77A7A
Black with #D77A7A
Text Example
Text Example
White with #D77A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A7A; }
p { color: rgb(215,122,122); }
H1.HeaderClassName
{
color: #D77A7A;
}
.AnyTagClassName
{
color: #D77A7A;
}
</style>
background-color css
<style>
a { background-color: #D77A7A; }
a { background-color: rgb(215,122,122); }
div.DivClassName
{
background-color: #D77A7A;
}
.BgClassName
{
background-color: #D77A7A;
}
</style>
border-color css
<style>
span { border-color: #D77A7A; }
span { border-color: rgb(215,122,122); }
td.TdClassName
{
border-color: #D77A7A;
}
.TagClassName
{
border-color: #D77A7A;
}
</style>