Shades of Raw Sienna #D7764B
Tints of Raw Sienna #D7764B
RGB
CMYK
RGB Variations
Color information
#D7764B (or 0xD7764B) is known color: Raw Sienna. HEX triplet: D7, 76 and 4B. RGB value is (215,118,75). Sum of RGB (Red+Green+Blue) = 215+118+75=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7764B is #2889B4. Grayscale: #8E8E8E. Windows color (decimal): -2656693 or 4945623. OLE color: 4945623.
HSL color Cylindrical-coordinate representation of color #D7764B: hue angle of 18.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7764B is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 75 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.16 |
| HSL | 18.43º | 0.64% | 0.57% | - |
| HSV(B) | 18.43º | 0.65% | 0.84% | - |
| XYZ | 35.77 | 27.91 | 10.16 | - |
| YUV | 142.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 75 | 0 | 0.45 | 0.65 | 0.16 | 18.43 | 0.64 | 0.57 |
| Hex | D7 | 76 | 4B | 0 | 2D | 41 | 10 | 12 | 40 | 39 |
| Octal | 327 | 166 | 113 | 0 | 55 | 101 | 20 | 22 | 100 | 71 |
| Binary | 11010111 | 1110110 | 1001011 | 0 | 101101 | 1000001 | 10000 | 10010 | 1000000 | 111001 |
Color Harmonies of #D7764B
Complementary color
Monochromatic Colors of #D7764B
Black with #D7764B
Text Example
Text Example
White with #D7764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7764B; }
p { color: rgb(215,118,75); }
H1.HeaderClassName
{
color: #D7764B;
}
.AnyTagClassName
{
color: #D7764B;
}
</style>
background-color css
<style>
a { background-color: #D7764B; }
a { background-color: rgb(215,118,75); }
div.DivClassName
{
background-color: #D7764B;
}
.BgClassName
{
background-color: #D7764B;
}
</style>
border-color css
<style>
span { border-color: #D7764B; }
span { border-color: rgb(215,118,75); }
td.TdClassName
{
border-color: #D7764B;
}
.TagClassName
{
border-color: #D7764B;
}
</style>