Shades of Crown Of Thorns #763A37
Tints of Crown Of Thorns #763A37
RGB
CMYK
RGB Variations
Color information
#763A37 (or 0x763A37) is known color: Crown Of Thorns. HEX triplet: 76, 3A and 37. RGB value is (118,58,55). Sum of RGB (Red+Green+Blue) = 118+58+55=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A37 is #89C5C8. Grayscale: #4B4B4B. Windows color (decimal): -9029065 or 3619446. OLE color: 3619446.
HSL color Cylindrical-coordinate representation of color #763A37: hue angle of 2.86º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763A37 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 55 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.54 |
| HSL | 2.86º | 0.36% | 0.34% | - |
| HSV(B) | 2.86º | 0.53% | 0.46% | - |
| XYZ | 9.67 | 7.15 | 4.49 | - |
| YUV | 75.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 55 | 0 | 0.51 | 0.53 | 0.54 | 2.86 | 0.36 | 0.34 |
| Hex | 76 | 3A | 37 | 0 | 33 | 35 | 36 | 3 | 24 | 22 |
| Octal | 166 | 72 | 67 | 0 | 63 | 65 | 66 | 3 | 44 | 42 |
| Binary | 1110110 | 111010 | 110111 | 0 | 110011 | 110101 | 110110 | 11 | 100100 | 100010 |
Color Harmonies of #763A37
Complementary color
Monochromatic Colors of #763A37
Black with #763A37
Text Example
Text Example
White with #763A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A37; }
p { color: rgb(118,58,55); }
H1.HeaderClassName
{
color: #763A37;
}
.AnyTagClassName
{
color: #763A37;
}
</style>
background-color css
<style>
a { background-color: #763A37; }
a { background-color: rgb(118,58,55); }
div.DivClassName
{
background-color: #763A37;
}
.BgClassName
{
background-color: #763A37;
}
</style>
border-color css
<style>
span { border-color: #763A37; }
span { border-color: rgb(118,58,55); }
td.TdClassName
{
border-color: #763A37;
}
.TagClassName
{
border-color: #763A37;
}
</style>