Shades of Red Berry #761725
Tints of Red Berry #761725
RGB
CMYK
RGB Variations
Color information
#761725 (or 0x761725) is known color: Red Berry. HEX triplet: 76, 17 and 25. RGB value is (118,23,37). Sum of RGB (Red+Green+Blue) = 118+23+37=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761725 is #89E8DA. Grayscale: #353535. Windows color (decimal): -9038043 or 2430838. OLE color: 2430838.
HSL color Cylindrical-coordinate representation of color #761725: hue angle of 351.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761725 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 37 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.54 |
| HSL | 351.16º | 0.67% | 0.28% | - |
| HSV(B) | 351.16º | 0.81% | 0.46% | - |
| XYZ | 8.11 | 4.6 | 2.21 | - |
| YUV | 53 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 37 | 0 | 0.81 | 0.69 | 0.54 | 351.16 | 0.67 | 0.28 |
| Hex | 76 | 17 | 25 | 0 | 51 | 45 | 36 | 15F | 43 | 1C |
| Octal | 166 | 27 | 45 | 0 | 121 | 105 | 66 | 537 | 103 | 34 |
| Binary | 1110110 | 10111 | 100101 | 0 | 1010001 | 1000101 | 110110 | 101011111 | 1000011 | 11100 |
Color Harmonies of #761725
Complementary color
Monochromatic Colors of #761725
Black with #761725
Text Example
Text Example
White with #761725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761725; }
p { color: rgb(118,23,37); }
H1.HeaderClassName
{
color: #761725;
}
.AnyTagClassName
{
color: #761725;
}
</style>
background-color css
<style>
a { background-color: #761725; }
a { background-color: rgb(118,23,37); }
div.DivClassName
{
background-color: #761725;
}
.BgClassName
{
background-color: #761725;
}
</style>
border-color css
<style>
span { border-color: #761725; }
span { border-color: rgb(118,23,37); }
td.TdClassName
{
border-color: #761725;
}
.TagClassName
{
border-color: #761725;
}
</style>