Shades of Ochre #D7760F
Tints of Ochre #D7760F
RGB
CMYK
RGB Variations
Color information
#D7760F (or 0xD7760F) is known color: Ochre. HEX triplet: D7, 76 and 0F. RGB value is (215,118,15). Sum of RGB (Red+Green+Blue) = 215+118+15=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7760F is #2889F0. Grayscale: #878787. Windows color (decimal): -2656753 or 1013463. OLE color: 1013463.
HSL color Cylindrical-coordinate representation of color #D7760F: hue angle of 30.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7760F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.16 |
| HSL | 30.9º | 0.87% | 0.45% | - |
| HSV(B) | 30.9º | 0.93% | 0.84% | - |
| XYZ | 34.59 | 27.44 | 3.93 | - |
| YUV | 135.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 15 | 0 | 0.45 | 0.93 | 0.16 | 30.9 | 0.87 | 0.45 |
| Hex | D7 | 76 | F | 0 | 2D | 5D | 10 | 1F | 57 | 2D |
| Octal | 327 | 166 | 17 | 0 | 55 | 135 | 20 | 37 | 127 | 55 |
| Binary | 11010111 | 1110110 | 1111 | 0 | 101101 | 1011101 | 10000 | 11111 | 1010111 | 101101 |
Color Harmonies of #D7760F
Complementary color
Monochromatic Colors of #D7760F
Black with #D7760F
Text Example
Text Example
White with #D7760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7760F; }
p { color: rgb(215,118,15); }
H1.HeaderClassName
{
color: #D7760F;
}
.AnyTagClassName
{
color: #D7760F;
}
</style>
background-color css
<style>
a { background-color: #D7760F; }
a { background-color: rgb(215,118,15); }
div.DivClassName
{
background-color: #D7760F;
}
.BgClassName
{
background-color: #D7760F;
}
</style>
border-color css
<style>
span { border-color: #D7760F; }
span { border-color: rgb(215,118,15); }
td.TdClassName
{
border-color: #D7760F;
}
.TagClassName
{
border-color: #D7760F;
}
</style>