Shades of Froly #CC7577
Tints of Froly #CC7577
RGB
CMYK
RGB Variations
Color information
#CC7577 (or 0xCC7577) is known color: Froly. HEX triplet: CC, 75 and 77. RGB value is (204,117,119). Sum of RGB (Red+Green+Blue) = 204+117+119=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7577 is #338A88. Grayscale: #8F8F8F. Windows color (decimal): -3377801 or 7828940. OLE color: 7828940.
HSL color Cylindrical-coordinate representation of color #CC7577: hue angle of 358.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7577 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 119 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.2 |
| HSL | 358.62º | 0.46% | 0.63% | - |
| HSV(B) | 358.62º | 0.43% | 0.8% | - |
| XYZ | 34.59 | 26.89 | 20.82 | - |
| YUV | 143.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 119 | 0 | 0.43 | 0.42 | 0.2 | 358.62 | 0.46 | 0.63 |
| Hex | CC | 75 | 77 | 0 | 2B | 2A | 14 | 167 | 2E | 3F |
| Octal | 314 | 165 | 167 | 0 | 53 | 52 | 24 | 547 | 56 | 77 |
| Binary | 11001100 | 1110101 | 1110111 | 0 | 101011 | 101010 | 10100 | 101100111 | 101110 | 111111 |
Color Harmonies of #CC7577
Complementary color
Monochromatic Colors of #CC7577
Black with #CC7577
Text Example
Text Example
White with #CC7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7577; }
p { color: rgb(204,117,119); }
H1.HeaderClassName
{
color: #CC7577;
}
.AnyTagClassName
{
color: #CC7577;
}
</style>
background-color css
<style>
a { background-color: #CC7577; }
a { background-color: rgb(204,117,119); }
div.DivClassName
{
background-color: #CC7577;
}
.BgClassName
{
background-color: #CC7577;
}
</style>
border-color css
<style>
span { border-color: #CC7577; }
span { border-color: rgb(204,117,119); }
td.TdClassName
{
border-color: #CC7577;
}
.TagClassName
{
border-color: #CC7577;
}
</style>