Shades of Sea Pink #D77B7A
Tints of Sea Pink #D77B7A
RGB
CMYK
RGB Variations
Color information
#D77B7A (or 0xD77B7A) is known color: Sea Pink. HEX triplet: D7, 7B and 7A. RGB value is (215,123,122). Sum of RGB (Red+Green+Blue) = 215+123+122=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B7A is #288485. Grayscale: #969696. Windows color (decimal): -2655366 or 8027095. OLE color: 8027095.
HSL color Cylindrical-coordinate representation of color #D77B7A: hue angle of 0.65º 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 #D77B7A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 122 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.16 |
| HSL | 0.65º | 0.54% | 0.66% | - |
| HSV(B) | 0.65º | 0.43% | 0.84% | - |
| XYZ | 38.62 | 30.02 | 22.17 | - |
| YUV | 150.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 122 | 0 | 0.43 | 0.43 | 0.16 | 0.65 | 0.54 | 0.66 |
| Hex | D7 | 7B | 7A | 0 | 2B | 2B | 10 | 1 | 36 | 42 |
| Octal | 327 | 173 | 172 | 0 | 53 | 53 | 20 | 1 | 66 | 102 |
| Binary | 11010111 | 1111011 | 1111010 | 0 | 101011 | 101011 | 10000 | 1 | 110110 | 1000010 |
Color Harmonies of #D77B7A
Complementary color
Monochromatic Colors of #D77B7A
Black with #D77B7A
Text Example
Text Example
White with #D77B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B7A; }
p { color: rgb(215,123,122); }
H1.HeaderClassName
{
color: #D77B7A;
}
.AnyTagClassName
{
color: #D77B7A;
}
</style>
background-color css
<style>
a { background-color: #D77B7A; }
a { background-color: rgb(215,123,122); }
div.DivClassName
{
background-color: #D77B7A;
}
.BgClassName
{
background-color: #D77B7A;
}
</style>
border-color css
<style>
span { border-color: #D77B7A; }
span { border-color: rgb(215,123,122); }
td.TdClassName
{
border-color: #D77B7A;
}
.TagClassName
{
border-color: #D77B7A;
}
</style>