Shades of Crown Of Thorns #763A36
Tints of Crown Of Thorns #763A36
RGB
CMYK
RGB Variations
Color information
#763A36 (or 0x763A36) is known color: Crown Of Thorns. HEX triplet: 76, 3A and 36. RGB value is (118,58,54). Sum of RGB (Red+Green+Blue) = 118+58+54=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A36 is #89C5C9. Grayscale: #4B4B4B. Windows color (decimal): -9029066 or 3553910. OLE color: 3553910.
HSL color Cylindrical-coordinate representation of color #763A36: hue angle of 3.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763A36 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 54 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.54 |
| HSL | 3.75º | 0.37% | 0.34% | - |
| HSV(B) | 3.75º | 0.54% | 0.46% | - |
| XYZ | 9.65 | 7.14 | 4.36 | - |
| YUV | 75.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 54 | 0 | 0.51 | 0.54 | 0.54 | 3.75 | 0.37 | 0.34 |
| Hex | 76 | 3A | 36 | 0 | 33 | 36 | 36 | 4 | 25 | 22 |
| Octal | 166 | 72 | 66 | 0 | 63 | 66 | 66 | 4 | 45 | 42 |
| Binary | 1110110 | 111010 | 110110 | 0 | 110011 | 110110 | 110110 | 100 | 100101 | 100010 |
Color Harmonies of #763A36
Complementary color
Monochromatic Colors of #763A36
Black with #763A36
Text Example
Text Example
White with #763A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A36; }
p { color: rgb(118,58,54); }
H1.HeaderClassName
{
color: #763A36;
}
.AnyTagClassName
{
color: #763A36;
}
</style>
background-color css
<style>
a { background-color: #763A36; }
a { background-color: rgb(118,58,54); }
div.DivClassName
{
background-color: #763A36;
}
.BgClassName
{
background-color: #763A36;
}
</style>
border-color css
<style>
span { border-color: #763A36; }
span { border-color: rgb(118,58,54); }
td.TdClassName
{
border-color: #763A36;
}
.TagClassName
{
border-color: #763A36;
}
</style>