Shades of Roman #D76C67
Tints of Roman #D76C67
RGB
CMYK
RGB Variations
Color information
#D76C67 (or 0xD76C67) is known color: Roman. HEX triplet: D7, 6C and 67. RGB value is (215,108,103). Sum of RGB (Red+Green+Blue) = 215+108+103=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C67 is #289398. Grayscale: #8B8B8B. Windows color (decimal): -2659225 or 6778071. OLE color: 6778071.
HSL color Cylindrical-coordinate representation of color #D76C67: hue angle of 2.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76C67 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 103 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.16 |
| HSL | 2.68º | 0.58% | 0.62% | - |
| HSV(B) | 2.68º | 0.52% | 0.84% | - |
| XYZ | 35.84 | 26.15 | 15.99 | - |
| YUV | 139.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 103 | 0 | 0.50 | 0.52 | 0.16 | 2.68 | 0.58 | 0.62 |
| Hex | D7 | 6C | 67 | 0 | 32 | 34 | 10 | 3 | 3A | 3E |
| Octal | 327 | 154 | 147 | 0 | 62 | 64 | 20 | 3 | 72 | 76 |
| Binary | 11010111 | 1101100 | 1100111 | 0 | 110010 | 110100 | 10000 | 11 | 111010 | 111110 |
Color Harmonies of #D76C67
Complementary color
Monochromatic Colors of #D76C67
Black with #D76C67
Text Example
Text Example
White with #D76C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C67; }
p { color: rgb(215,108,103); }
H1.HeaderClassName
{
color: #D76C67;
}
.AnyTagClassName
{
color: #D76C67;
}
</style>
background-color css
<style>
a { background-color: #D76C67; }
a { background-color: rgb(215,108,103); }
div.DivClassName
{
background-color: #D76C67;
}
.BgClassName
{
background-color: #D76C67;
}
</style>
border-color css
<style>
span { border-color: #D76C67; }
span { border-color: rgb(215,108,103); }
td.TdClassName
{
border-color: #D76C67;
}
.TagClassName
{
border-color: #D76C67;
}
</style>