Shades of Froly #C76F73
Tints of Froly #C76F73
RGB
CMYK
RGB Variations
Color information
#C76F73 (or 0xC76F73) is known color: Froly. HEX triplet: C7, 6F and 73. RGB value is (199,111,115). Sum of RGB (Red+Green+Blue) = 199+111+115=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F73 is #38908C. Grayscale: #898989. Windows color (decimal): -3707021 or 7565255. OLE color: 7565255.
HSL color Cylindrical-coordinate representation of color #C76F73: hue angle of 357.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F73 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 115 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.22 |
| HSL | 357.27º | 0.44% | 0.61% | - |
| HSV(B) | 357.27º | 0.44% | 0.78% | - |
| XYZ | 32.33 | 24.75 | 19.29 | - |
| YUV | 137.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 115 | 0 | 0.44 | 0.42 | 0.22 | 357.27 | 0.44 | 0.61 |
| Hex | C7 | 6F | 73 | 0 | 2C | 2A | 16 | 165 | 2C | 3D |
| Octal | 307 | 157 | 163 | 0 | 54 | 52 | 26 | 545 | 54 | 75 |
| Binary | 11000111 | 1101111 | 1110011 | 0 | 101100 | 101010 | 10110 | 101100101 | 101100 | 111101 |
Color Harmonies of #C76F73
Complementary color
Monochromatic Colors of #C76F73
Black with #C76F73
Text Example
Text Example
White with #C76F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F73; }
p { color: rgb(199,111,115); }
H1.HeaderClassName
{
color: #C76F73;
}
.AnyTagClassName
{
color: #C76F73;
}
</style>
background-color css
<style>
a { background-color: #C76F73; }
a { background-color: rgb(199,111,115); }
div.DivClassName
{
background-color: #C76F73;
}
.BgClassName
{
background-color: #C76F73;
}
</style>
border-color css
<style>
span { border-color: #C76F73; }
span { border-color: rgb(199,111,115); }
td.TdClassName
{
border-color: #C76F73;
}
.TagClassName
{
border-color: #C76F73;
}
</style>