Shades of Sorbus #D76840
Tints of Sorbus #D76840
RGB
CMYK
RGB Variations
Color information
#D76840 (or 0xD76840) is known color: Sorbus. HEX triplet: D7, 68 and 40. RGB value is (215,104,64). Sum of RGB (Red+Green+Blue) = 215+104+64=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76840 is #2897BF. Grayscale: #848484. Windows color (decimal): -2660288 or 4221143. OLE color: 4221143.
HSL color Cylindrical-coordinate representation of color #D76840: hue angle of 15.89º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76840 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 64 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.16 |
| HSL | 15.89º | 0.65% | 0.55% | - |
| HSV(B) | 15.89º | 0.7% | 0.84% | - |
| XYZ | 33.9 | 24.72 | 7.83 | - |
| YUV | 132.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 64 | 0 | 0.52 | 0.70 | 0.16 | 15.89 | 0.65 | 0.55 |
| Hex | D7 | 68 | 40 | 0 | 34 | 46 | 10 | 10 | 41 | 37 |
| Octal | 327 | 150 | 100 | 0 | 64 | 106 | 20 | 20 | 101 | 67 |
| Binary | 11010111 | 1101000 | 1000000 | 0 | 110100 | 1000110 | 10000 | 10000 | 1000001 | 110111 |
Color Harmonies of #D76840
Complementary color
Monochromatic Colors of #D76840
Black with #D76840
Text Example
Text Example
White with #D76840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76840; }
p { color: rgb(215,104,64); }
H1.HeaderClassName
{
color: #D76840;
}
.AnyTagClassName
{
color: #D76840;
}
</style>
background-color css
<style>
a { background-color: #D76840; }
a { background-color: rgb(215,104,64); }
div.DivClassName
{
background-color: #D76840;
}
.BgClassName
{
background-color: #D76840;
}
</style>
border-color css
<style>
span { border-color: #D76840; }
span { border-color: rgb(215,104,64); }
td.TdClassName
{
border-color: #D76840;
}
.TagClassName
{
border-color: #D76840;
}
</style>