Shades of Scarlett #77262F
Tints of Scarlett #77262F
RGB
CMYK
RGB Variations
Color information
#77262F (or 0x77262F) is known color: Scarlett. HEX triplet: 77, 26 and 2F. RGB value is (119,38,47). Sum of RGB (Red+Green+Blue) = 119+38+47=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77262F is #88D9D0. Grayscale: #3F3F3F. Windows color (decimal): -8968657 or 3090039. OLE color: 3090039.
HSL color Cylindrical-coordinate representation of color #77262F: hue angle of 353.33º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77262F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 47 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.53 |
| HSL | 353.33º | 0.52% | 0.31% | - |
| HSV(B) | 353.33º | 0.68% | 0.47% | - |
| XYZ | 8.81 | 5.51 | 3.29 | - |
| YUV | 63.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 47 | 0 | 0.68 | 0.61 | 0.53 | 353.33 | 0.52 | 0.31 |
| Hex | 77 | 26 | 2F | 0 | 44 | 3D | 35 | 161 | 34 | 1F |
| Octal | 167 | 46 | 57 | 0 | 104 | 75 | 65 | 541 | 64 | 37 |
| Binary | 1110111 | 100110 | 101111 | 0 | 1000100 | 111101 | 110101 | 101100001 | 110100 | 11111 |
Color Harmonies of #77262F
Complementary color
Monochromatic Colors of #77262F
Black with #77262F
Text Example
Text Example
White with #77262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77262F; }
p { color: rgb(119,38,47); }
H1.HeaderClassName
{
color: #77262F;
}
.AnyTagClassName
{
color: #77262F;
}
</style>
background-color css
<style>
a { background-color: #77262F; }
a { background-color: rgb(119,38,47); }
div.DivClassName
{
background-color: #77262F;
}
.BgClassName
{
background-color: #77262F;
}
</style>
border-color css
<style>
span { border-color: #77262F; }
span { border-color: rgb(119,38,47); }
td.TdClassName
{
border-color: #77262F;
}
.TagClassName
{
border-color: #77262F;
}
</style>