Shades of Sanguine Brown #763C3C
Tints of Sanguine Brown #763C3C
RGB
CMYK
RGB Variations
Color information
#763C3C (or 0x763C3C) is known color: Sanguine Brown. HEX triplet: 76, 3C and 3C. RGB value is (118,60,60). Sum of RGB (Red+Green+Blue) = 118+60+60=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C3C is #89C3C3. Grayscale: #4D4D4D. Windows color (decimal): -9028548 or 3947638. OLE color: 3947638.
HSL color Cylindrical-coordinate representation of color #763C3C: hue angle of 0º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C3C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 60 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.54 |
| HSL | 0º | 0.33% | 0.35% | - |
| HSV(B) | 0º | 0.49% | 0.46% | - |
| XYZ | 9.9 | 7.41 | 5.18 | - |
| YUV | 77.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 60 | 0 | 0.49 | 0.49 | 0.54 | 0 | 0.33 | 0.35 |
| Hex | 76 | 3C | 3C | 0 | 31 | 31 | 36 | 0 | 21 | 23 |
| Octal | 166 | 74 | 74 | 0 | 61 | 61 | 66 | 0 | 41 | 43 |
| Binary | 1110110 | 111100 | 111100 | 0 | 110001 | 110001 | 110110 | 0 | 100001 | 100011 |
Color Harmonies of #763C3C
Complementary color
Monochromatic Colors of #763C3C
Black with #763C3C
Text Example
Text Example
White with #763C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C3C; }
p { color: rgb(118,60,60); }
H1.HeaderClassName
{
color: #763C3C;
}
.AnyTagClassName
{
color: #763C3C;
}
</style>
background-color css
<style>
a { background-color: #763C3C; }
a { background-color: rgb(118,60,60); }
div.DivClassName
{
background-color: #763C3C;
}
.BgClassName
{
background-color: #763C3C;
}
</style>
border-color css
<style>
span { border-color: #763C3C; }
span { border-color: rgb(118,60,60); }
td.TdClassName
{
border-color: #763C3C;
}
.TagClassName
{
border-color: #763C3C;
}
</style>