Shades of Crown Of Thorns #763C2E
Tints of Crown Of Thorns #763C2E
RGB
CMYK
RGB Variations
Color information
#763C2E (or 0x763C2E) is known color: Crown Of Thorns. HEX triplet: 76, 3C and 2E. RGB value is (118,60,46). Sum of RGB (Red+Green+Blue) = 118+60+46=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C2E is #89C3D1. Grayscale: #4B4B4B. Windows color (decimal): -9028562 or 3030134. OLE color: 3030134.
HSL color Cylindrical-coordinate representation of color #763C2E: hue angle of 11.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763C2E is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 46 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.54 |
| HSL | 11.67º | 0.44% | 0.32% | - |
| HSV(B) | 11.67º | 0.61% | 0.46% | - |
| XYZ | 9.58 | 7.28 | 3.49 | - |
| YUV | 75.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 46 | 0 | 0.49 | 0.61 | 0.54 | 11.67 | 0.44 | 0.32 |
| Hex | 76 | 3C | 2E | 0 | 31 | 3D | 36 | C | 2C | 20 |
| Octal | 166 | 74 | 56 | 0 | 61 | 75 | 66 | 14 | 54 | 40 |
| Binary | 1110110 | 111100 | 101110 | 0 | 110001 | 111101 | 110110 | 1100 | 101100 | 100000 |
Color Harmonies of #763C2E
Complementary color
Monochromatic Colors of #763C2E
Black with #763C2E
Text Example
Text Example
White with #763C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C2E; }
p { color: rgb(118,60,46); }
H1.HeaderClassName
{
color: #763C2E;
}
.AnyTagClassName
{
color: #763C2E;
}
</style>
background-color css
<style>
a { background-color: #763C2E; }
a { background-color: rgb(118,60,46); }
div.DivClassName
{
background-color: #763C2E;
}
.BgClassName
{
background-color: #763C2E;
}
</style>
border-color css
<style>
span { border-color: #763C2E; }
span { border-color: rgb(118,60,46); }
td.TdClassName
{
border-color: #763C2E;
}
.TagClassName
{
border-color: #763C2E;
}
</style>