Shades of Crown Of Thorns #763B34
Tints of Crown Of Thorns #763B34
RGB
CMYK
RGB Variations
Color information
#763B34 (or 0x763B34) is known color: Crown Of Thorns. HEX triplet: 76, 3B and 34. RGB value is (118,59,52). Sum of RGB (Red+Green+Blue) = 118+59+52=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #763B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B34 is #89C4CB. Grayscale: #4B4B4B. Windows color (decimal): -9028812 or 3423094. OLE color: 3423094.
HSL color Cylindrical-coordinate representation of color #763B34: hue angle of 6.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763B34 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 52 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.54 |
| HSL | 6.36º | 0.39% | 0.33% | - |
| HSV(B) | 6.36º | 0.56% | 0.46% | - |
| XYZ | 9.66 | 7.23 | 4.13 | - |
| YUV | 75.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 52 | 0 | 0.50 | 0.56 | 0.54 | 6.36 | 0.39 | 0.33 |
| Hex | 76 | 3B | 34 | 0 | 32 | 38 | 36 | 6 | 27 | 21 |
| Octal | 166 | 73 | 64 | 0 | 62 | 70 | 66 | 6 | 47 | 41 |
| Binary | 1110110 | 111011 | 110100 | 0 | 110010 | 111000 | 110110 | 110 | 100111 | 100001 |
Color Harmonies of #763B34
Complementary color
Monochromatic Colors of #763B34
Black with #763B34
Text Example
Text Example
White with #763B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B34; }
p { color: rgb(118,59,52); }
H1.HeaderClassName
{
color: #763B34;
}
.AnyTagClassName
{
color: #763B34;
}
</style>
background-color css
<style>
a { background-color: #763B34; }
a { background-color: rgb(118,59,52); }
div.DivClassName
{
background-color: #763B34;
}
.BgClassName
{
background-color: #763B34;
}
</style>
border-color css
<style>
span { border-color: #763B34; }
span { border-color: rgb(118,59,52); }
td.TdClassName
{
border-color: #763B34;
}
.TagClassName
{
border-color: #763B34;
}
</style>