Shades of Copper Rose #976767
Tints of Copper Rose #976767
RGB
CMYK
RGB Variations
Color information
#976767 (or 0x976767) is known color: Copper Rose. HEX triplet: 97, 67 and 67. RGB value is (151,103,103). Sum of RGB (Red+Green+Blue) = 151+103+103=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976767 is #689898. Grayscale: #757575. Windows color (decimal): -6854809 or 6776727. OLE color: 6776727.
HSL color Cylindrical-coordinate representation of color #976767: hue angle of 0º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976767 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 103 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.41 |
| HSL | 0º | 0.19% | 0.5% | - |
| HSV(B) | 0º | 0.32% | 0.59% | - |
| XYZ | 20.06 | 17.26 | 15.11 | - |
| YUV | 117.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 103 | 0 | 0.32 | 0.32 | 0.41 | 0 | 0.19 | 0.5 |
| Hex | 97 | 67 | 67 | 0 | 20 | 20 | 29 | 0 | 13 | 32 |
| Octal | 227 | 147 | 147 | 0 | 40 | 40 | 51 | 0 | 23 | 62 |
| Binary | 10010111 | 1100111 | 1100111 | 0 | 100000 | 100000 | 101001 | 0 | 10011 | 110010 |
Color Harmonies of #976767
Complementary color
Monochromatic Colors of #976767
Black with #976767
Text Example
Text Example
White with #976767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976767; }
p { color: rgb(151,103,103); }
H1.HeaderClassName
{
color: #976767;
}
.AnyTagClassName
{
color: #976767;
}
</style>
background-color css
<style>
a { background-color: #976767; }
a { background-color: rgb(151,103,103); }
div.DivClassName
{
background-color: #976767;
}
.BgClassName
{
background-color: #976767;
}
</style>
border-color css
<style>
span { border-color: #976767; }
span { border-color: rgb(151,103,103); }
td.TdClassName
{
border-color: #976767;
}
.TagClassName
{
border-color: #976767;
}
</style>