Shades of Crown Of Thorns #763C32
Tints of Crown Of Thorns #763C32
RGB
CMYK
RGB Variations
Color information
#763C32 (or 0x763C32) is known color: Crown Of Thorns. HEX triplet: 76, 3C and 32. RGB value is (118,60,50). Sum of RGB (Red+Green+Blue) = 118+60+50=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C32 is #89C3CD. Grayscale: #4C4C4C. Windows color (decimal): -9028558 or 3292278. OLE color: 3292278.
HSL color Cylindrical-coordinate representation of color #763C32: hue angle of 8.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763C32 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 50 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.54 |
| HSL | 8.82º | 0.4% | 0.33% | - |
| HSV(B) | 8.82º | 0.58% | 0.46% | - |
| XYZ | 9.66 | 7.31 | 3.92 | - |
| YUV | 76.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 50 | 0 | 0.49 | 0.58 | 0.54 | 8.82 | 0.4 | 0.33 |
| Hex | 76 | 3C | 32 | 0 | 31 | 3A | 36 | 9 | 28 | 21 |
| Octal | 166 | 74 | 62 | 0 | 61 | 72 | 66 | 11 | 50 | 41 |
| Binary | 1110110 | 111100 | 110010 | 0 | 110001 | 111010 | 110110 | 1001 | 101000 | 100001 |
Color Harmonies of #763C32
Complementary color
Monochromatic Colors of #763C32
Black with #763C32
Text Example
Text Example
White with #763C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C32; }
p { color: rgb(118,60,50); }
H1.HeaderClassName
{
color: #763C32;
}
.AnyTagClassName
{
color: #763C32;
}
</style>
background-color css
<style>
a { background-color: #763C32; }
a { background-color: rgb(118,60,50); }
div.DivClassName
{
background-color: #763C32;
}
.BgClassName
{
background-color: #763C32;
}
</style>
border-color css
<style>
span { border-color: #763C32; }
span { border-color: rgb(118,60,50); }
td.TdClassName
{
border-color: #763C32;
}
.TagClassName
{
border-color: #763C32;
}
</style>