Shades of Stiletto #7D3840
Tints of Stiletto #7D3840
RGB
CMYK
RGB Variations
Color information
#7D3840 (or 0x7D3840) is known color: Stiletto. HEX triplet: 7D, 38 and 40. RGB value is (125,56,64). Sum of RGB (Red+Green+Blue) = 125+56+64=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3840 is #82C7BF. Grayscale: #4D4D4D. Windows color (decimal): -8570816 or 4208765. OLE color: 4208765.
HSL color Cylindrical-coordinate representation of color #7D3840: hue angle of 353.04º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3840 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 64 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.51 |
| HSL | 353.04º | 0.38% | 0.35% | - |
| HSV(B) | 353.04º | 0.55% | 0.49% | - |
| XYZ | 10.8 | 7.56 | 5.74 | - |
| YUV | 77.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 64 | 0 | 0.55 | 0.49 | 0.51 | 353.04 | 0.38 | 0.35 |
| Hex | 7D | 38 | 40 | 0 | 37 | 31 | 33 | 161 | 26 | 23 |
| Octal | 175 | 70 | 100 | 0 | 67 | 61 | 63 | 541 | 46 | 43 |
| Binary | 1111101 | 111000 | 1000000 | 0 | 110111 | 110001 | 110011 | 101100001 | 100110 | 100011 |
Color Harmonies of #7D3840
Complementary color
Monochromatic Colors of #7D3840
Black with #7D3840
Text Example
Text Example
White with #7D3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3840; }
p { color: rgb(125,56,64); }
H1.HeaderClassName
{
color: #7D3840;
}
.AnyTagClassName
{
color: #7D3840;
}
</style>
background-color css
<style>
a { background-color: #7D3840; }
a { background-color: rgb(125,56,64); }
div.DivClassName
{
background-color: #7D3840;
}
.BgClassName
{
background-color: #7D3840;
}
</style>
border-color css
<style>
span { border-color: #7D3840; }
span { border-color: rgb(125,56,64); }
td.TdClassName
{
border-color: #7D3840;
}
.TagClassName
{
border-color: #7D3840;
}
</style>