Shades of Sorbus #D76B44
Tints of Sorbus #D76B44
RGB
CMYK
RGB Variations
Color information
#D76B44 (or 0xD76B44) is known color: Sorbus. HEX triplet: D7, 6B and 44. RGB value is (215,107,68). Sum of RGB (Red+Green+Blue) = 215+107+68=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B44 is #2894BB. Grayscale: #878787. Windows color (decimal): -2659516 or 4484055. OLE color: 4484055.
HSL color Cylindrical-coordinate representation of color #D76B44: hue angle of 15.92º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D76B44 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 68 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.16 |
| HSL | 15.92º | 0.65% | 0.55% | - |
| HSV(B) | 15.92º | 0.68% | 0.84% | - |
| XYZ | 34.33 | 25.38 | 8.56 | - |
| YUV | 134.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 68 | 0 | 0.50 | 0.68 | 0.16 | 15.92 | 0.65 | 0.55 |
| Hex | D7 | 6B | 44 | 0 | 32 | 44 | 10 | 10 | 41 | 37 |
| Octal | 327 | 153 | 104 | 0 | 62 | 104 | 20 | 20 | 101 | 67 |
| Binary | 11010111 | 1101011 | 1000100 | 0 | 110010 | 1000100 | 10000 | 10000 | 1000001 | 110111 |
Color Harmonies of #D76B44
Complementary color
Monochromatic Colors of #D76B44
Black with #D76B44
Text Example
Text Example
White with #D76B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B44; }
p { color: rgb(215,107,68); }
H1.HeaderClassName
{
color: #D76B44;
}
.AnyTagClassName
{
color: #D76B44;
}
</style>
background-color css
<style>
a { background-color: #D76B44; }
a { background-color: rgb(215,107,68); }
div.DivClassName
{
background-color: #D76B44;
}
.BgClassName
{
background-color: #D76B44;
}
</style>
border-color css
<style>
span { border-color: #D76B44; }
span { border-color: rgb(215,107,68); }
td.TdClassName
{
border-color: #D76B44;
}
.TagClassName
{
border-color: #D76B44;
}
</style>