Shades of Red Berry #77101A
Tints of Red Berry #77101A
RGB
CMYK
RGB Variations
Color information
#77101A (or 0x77101A) is known color: Red Berry. HEX triplet: 77, 10 and 1A. RGB value is (119,16,26). Sum of RGB (Red+Green+Blue) = 119+16+26=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #77101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77101A is #88EFE5. Grayscale: #2F2F2F. Windows color (decimal): -8974310 or 1708151. OLE color: 1708151.
HSL color Cylindrical-coordinate representation of color #77101A: hue angle of 354.17º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77101A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 26 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.53 |
| HSL | 354.17º | 0.76% | 0.26% | - |
| HSV(B) | 354.17º | 0.87% | 0.47% | - |
| XYZ | 7.98 | 4.37 | 1.4 | - |
| YUV | 47.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 26 | 0 | 0.87 | 0.78 | 0.53 | 354.17 | 0.76 | 0.26 |
| Hex | 77 | 10 | 1A | 0 | 57 | 4E | 35 | 162 | 4C | 1A |
| Octal | 167 | 20 | 32 | 0 | 127 | 116 | 65 | 542 | 114 | 32 |
| Binary | 1110111 | 10000 | 11010 | 0 | 1010111 | 1001110 | 110101 | 101100010 | 1001100 | 11010 |
Color Harmonies of #77101A
Complementary color
Monochromatic Colors of #77101A
Black with #77101A
Text Example
Text Example
White with #77101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77101A; }
p { color: rgb(119,16,26); }
H1.HeaderClassName
{
color: #77101A;
}
.AnyTagClassName
{
color: #77101A;
}
</style>
background-color css
<style>
a { background-color: #77101A; }
a { background-color: rgb(119,16,26); }
div.DivClassName
{
background-color: #77101A;
}
.BgClassName
{
background-color: #77101A;
}
</style>
border-color css
<style>
span { border-color: #77101A; }
span { border-color: rgb(119,16,26); }
td.TdClassName
{
border-color: #77101A;
}
.TagClassName
{
border-color: #77101A;
}
</style>