Shades of Raw Sienna #D77D4D
Tints of Raw Sienna #D77D4D
RGB
CMYK
RGB Variations
Color information
#D77D4D (or 0xD77D4D) is known color: Raw Sienna. HEX triplet: D7, 7D and 4D. RGB value is (215,125,77). Sum of RGB (Red+Green+Blue) = 215+125+77=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D4D is #2882B2. Grayscale: #929292. Windows color (decimal): -2654899 or 5078487. OLE color: 5078487.
HSL color Cylindrical-coordinate representation of color #D77D4D: hue angle of 20.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D77D4D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 77 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.16 |
| HSL | 20.87º | 0.63% | 0.57% | - |
| HSV(B) | 20.87º | 0.64% | 0.84% | - |
| XYZ | 36.7 | 29.65 | 10.81 | - |
| YUV | 146.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 77 | 0 | 0.42 | 0.64 | 0.16 | 20.87 | 0.63 | 0.57 |
| Hex | D7 | 7D | 4D | 0 | 2A | 40 | 10 | 15 | 3F | 39 |
| Octal | 327 | 175 | 115 | 0 | 52 | 100 | 20 | 25 | 77 | 71 |
| Binary | 11010111 | 1111101 | 1001101 | 0 | 101010 | 1000000 | 10000 | 10101 | 111111 | 111001 |
Color Harmonies of #D77D4D
Complementary color
Monochromatic Colors of #D77D4D
Black with #D77D4D
Text Example
Text Example
White with #D77D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D4D; }
p { color: rgb(215,125,77); }
H1.HeaderClassName
{
color: #D77D4D;
}
.AnyTagClassName
{
color: #D77D4D;
}
</style>
background-color css
<style>
a { background-color: #D77D4D; }
a { background-color: rgb(215,125,77); }
div.DivClassName
{
background-color: #D77D4D;
}
.BgClassName
{
background-color: #D77D4D;
}
</style>
border-color css
<style>
span { border-color: #D77D4D; }
span { border-color: rgb(215,125,77); }
td.TdClassName
{
border-color: #D77D4D;
}
.TagClassName
{
border-color: #D77D4D;
}
</style>