Shades of Crown Of Thorns #763A30
Tints of Crown Of Thorns #763A30
RGB
CMYK
RGB Variations
Color information
#763A30 (or 0x763A30) is known color: Crown Of Thorns. HEX triplet: 76, 3A and 30. RGB value is (118,58,48). Sum of RGB (Red+Green+Blue) = 118+58+48=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A30 is #89C5CF. Grayscale: #4A4A4A. Windows color (decimal): -9029072 or 3160694. OLE color: 3160694.
HSL color Cylindrical-coordinate representation of color #763A30: hue angle of 8.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763A30 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 48 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.54 |
| HSL | 8.57º | 0.42% | 0.33% | - |
| HSV(B) | 8.57º | 0.59% | 0.46% | - |
| XYZ | 9.52 | 7.09 | 3.66 | - |
| YUV | 74.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 48 | 0 | 0.51 | 0.59 | 0.54 | 8.57 | 0.42 | 0.33 |
| Hex | 76 | 3A | 30 | 0 | 33 | 3B | 36 | 9 | 2A | 21 |
| Octal | 166 | 72 | 60 | 0 | 63 | 73 | 66 | 11 | 52 | 41 |
| Binary | 1110110 | 111010 | 110000 | 0 | 110011 | 111011 | 110110 | 1001 | 101010 | 100001 |
Color Harmonies of #763A30
Complementary color
Monochromatic Colors of #763A30
Black with #763A30
Text Example
Text Example
White with #763A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A30; }
p { color: rgb(118,58,48); }
H1.HeaderClassName
{
color: #763A30;
}
.AnyTagClassName
{
color: #763A30;
}
</style>
background-color css
<style>
a { background-color: #763A30; }
a { background-color: rgb(118,58,48); }
div.DivClassName
{
background-color: #763A30;
}
.BgClassName
{
background-color: #763A30;
}
</style>
border-color css
<style>
span { border-color: #763A30; }
span { border-color: rgb(118,58,48); }
td.TdClassName
{
border-color: #763A30;
}
.TagClassName
{
border-color: #763A30;
}
</style>