Shades of Sea Pink #D07775
Tints of Sea Pink #D07775
RGB
CMYK
RGB Variations
Color information
#D07775 (or 0xD07775) is known color: Sea Pink. HEX triplet: D0, 77 and 75. RGB value is (208,119,117). Sum of RGB (Red+Green+Blue) = 208+119+117=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07775 is #2F888A. Grayscale: #919191. Windows color (decimal): -3115147 or 7698384. OLE color: 7698384.
HSL color Cylindrical-coordinate representation of color #D07775: hue angle of 1.32º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07775 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 117 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.18 |
| HSL | 1.32º | 0.49% | 0.64% | - |
| HSV(B) | 1.32º | 0.44% | 0.82% | - |
| XYZ | 35.82 | 27.89 | 20.32 | - |
| YUV | 145.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 117 | 0 | 0.43 | 0.44 | 0.18 | 1.32 | 0.49 | 0.64 |
| Hex | D0 | 77 | 75 | 0 | 2B | 2C | 12 | 1 | 31 | 40 |
| Octal | 320 | 167 | 165 | 0 | 53 | 54 | 22 | 1 | 61 | 100 |
| Binary | 11010000 | 1110111 | 1110101 | 0 | 101011 | 101100 | 10010 | 1 | 110001 | 1000000 |
Color Harmonies of #D07775
Complementary color
Monochromatic Colors of #D07775
Black with #D07775
Text Example
Text Example
White with #D07775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07775; }
p { color: rgb(208,119,117); }
H1.HeaderClassName
{
color: #D07775;
}
.AnyTagClassName
{
color: #D07775;
}
</style>
background-color css
<style>
a { background-color: #D07775; }
a { background-color: rgb(208,119,117); }
div.DivClassName
{
background-color: #D07775;
}
.BgClassName
{
background-color: #D07775;
}
</style>
border-color css
<style>
span { border-color: #D07775; }
span { border-color: rgb(208,119,117); }
td.TdClassName
{
border-color: #D07775;
}
.TagClassName
{
border-color: #D07775;
}
</style>