Shades of Sea Pink #D07B7A
Tints of Sea Pink #D07B7A
RGB
CMYK
RGB Variations
Color information
#D07B7A (or 0xD07B7A) is known color: Sea Pink. HEX triplet: D0, 7B and 7A. RGB value is (208,123,122). Sum of RGB (Red+Green+Blue) = 208+123+122=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B7A is #2F8485. Grayscale: #949494. Windows color (decimal): -3114118 or 8027088. OLE color: 8027088.
HSL color Cylindrical-coordinate representation of color #D07B7A: hue angle of 0.7º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B7A is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 122 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.18 |
| HSL | 0.7º | 0.48% | 0.65% | - |
| HSV(B) | 0.7º | 0.41% | 0.82% | - |
| XYZ | 36.61 | 28.98 | 22.08 | - |
| YUV | 148.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 122 | 0 | 0.41 | 0.41 | 0.18 | 0.7 | 0.48 | 0.65 |
| Hex | D0 | 7B | 7A | 0 | 29 | 29 | 12 | 1 | 30 | 41 |
| Octal | 320 | 173 | 172 | 0 | 51 | 51 | 22 | 1 | 60 | 101 |
| Binary | 11010000 | 1111011 | 1111010 | 0 | 101001 | 101001 | 10010 | 1 | 110000 | 1000001 |
Color Harmonies of #D07B7A
Complementary color
Monochromatic Colors of #D07B7A
Black with #D07B7A
Text Example
Text Example
White with #D07B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B7A; }
p { color: rgb(208,123,122); }
H1.HeaderClassName
{
color: #D07B7A;
}
.AnyTagClassName
{
color: #D07B7A;
}
</style>
background-color css
<style>
a { background-color: #D07B7A; }
a { background-color: rgb(208,123,122); }
div.DivClassName
{
background-color: #D07B7A;
}
.BgClassName
{
background-color: #D07B7A;
}
</style>
border-color css
<style>
span { border-color: #D07B7A; }
span { border-color: rgb(208,123,122); }
td.TdClassName
{
border-color: #D07B7A;
}
.TagClassName
{
border-color: #D07B7A;
}
</style>