Shades of Mandarian Orange #7F2422
Tints of Mandarian Orange #7F2422
RGB
CMYK
RGB Variations
Color information
#7F2422 (or 0x7F2422) is known color: Mandarian Orange. HEX triplet: 7F, 24 and 22. RGB value is (127,36,34). Sum of RGB (Red+Green+Blue) = 127+36+34=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2422 is #80DBDD. Grayscale: #3F3F3F. Windows color (decimal): -8444894 or 2237567. OLE color: 2237567.
HSL color Cylindrical-coordinate representation of color #7F2422: hue angle of 1.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2422 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 34 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.50 |
| HSL | 1.29º | 0.58% | 0.32% | - |
| HSV(B) | 1.29º | 0.73% | 0.5% | - |
| XYZ | 9.67 | 5.89 | 2.14 | - |
| YUV | 62.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 34 | 0 | 0.72 | 0.73 | 0.50 | 1.29 | 0.58 | 0.32 |
| Hex | 7F | 24 | 22 | 0 | 48 | 49 | 32 | 1 | 3A | 20 |
| Octal | 177 | 44 | 42 | 0 | 110 | 111 | 62 | 1 | 72 | 40 |
| Binary | 1111111 | 100100 | 100010 | 0 | 1001000 | 1001001 | 110010 | 1 | 111010 | 100000 |
Color Harmonies of #7F2422
Complementary color
Monochromatic Colors of #7F2422
Black with #7F2422
Text Example
Text Example
White with #7F2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2422; }
p { color: rgb(127,36,34); }
H1.HeaderClassName
{
color: #7F2422;
}
.AnyTagClassName
{
color: #7F2422;
}
</style>
background-color css
<style>
a { background-color: #7F2422; }
a { background-color: rgb(127,36,34); }
div.DivClassName
{
background-color: #7F2422;
}
.BgClassName
{
background-color: #7F2422;
}
</style>
border-color css
<style>
span { border-color: #7F2422; }
span { border-color: rgb(127,36,34); }
td.TdClassName
{
border-color: #7F2422;
}
.TagClassName
{
border-color: #7F2422;
}
</style>