Shades of Crown Of Thorns #763D2F
Tints of Crown Of Thorns #763D2F
RGB
CMYK
RGB Variations
Color information
#763D2F (or 0x763D2F) is known color: Crown Of Thorns. HEX triplet: 76, 3D and 2F. RGB value is (118,61,47). Sum of RGB (Red+Green+Blue) = 118+61+47=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D2F is #89C2D0. Grayscale: #4C4C4C. Windows color (decimal): -9028305 or 3095926. OLE color: 3095926.
HSL color Cylindrical-coordinate representation of color #763D2F: hue angle of 11.83º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763D2F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 47 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.54 |
| HSL | 11.83º | 0.43% | 0.32% | - |
| HSV(B) | 11.83º | 0.6% | 0.46% | - |
| XYZ | 9.65 | 7.39 | 3.61 | - |
| YUV | 76.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 47 | 0 | 0.48 | 0.60 | 0.54 | 11.83 | 0.43 | 0.32 |
| Hex | 76 | 3D | 2F | 0 | 30 | 3C | 36 | C | 2B | 20 |
| Octal | 166 | 75 | 57 | 0 | 60 | 74 | 66 | 14 | 53 | 40 |
| Binary | 1110110 | 111101 | 101111 | 0 | 110000 | 111100 | 110110 | 1100 | 101011 | 100000 |
Color Harmonies of #763D2F
Complementary color
Monochromatic Colors of #763D2F
Black with #763D2F
Text Example
Text Example
White with #763D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D2F; }
p { color: rgb(118,61,47); }
H1.HeaderClassName
{
color: #763D2F;
}
.AnyTagClassName
{
color: #763D2F;
}
</style>
background-color css
<style>
a { background-color: #763D2F; }
a { background-color: rgb(118,61,47); }
div.DivClassName
{
background-color: #763D2F;
}
.BgClassName
{
background-color: #763D2F;
}
</style>
border-color css
<style>
span { border-color: #763D2F; }
span { border-color: rgb(118,61,47); }
td.TdClassName
{
border-color: #763D2F;
}
.TagClassName
{
border-color: #763D2F;
}
</style>