#CC7778

Color #CC7778 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #CC7778

Tints of Froly #CC7778

Color information

#CC7778 (or 0xCC7778) is unknown color: approx Froly. HEX triplet: CC, 77 and 78. RGB value is (204,119,120). Sum of RGB (Red+Green+Blue) = 204+119+120=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7778 is #338887. Grayscale: #909090. Windows color (decimal): -3377288 or 7894988. OLE color: 7894988.

HSL color Cylindrical-coordinate representation of color #CC7778: hue angle of 359.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7778 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204119120-
CMYK00.420.410.2
HSL359.29º45.45%63.33%-
HSV(B)359.29º41.67%80%-
XYZ34.8927.3921.22-
YUV144.53114.16170.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=46.05%
G=26.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411912000.420.410.2359.2945.4563.33
HexCC777802A29141672d3f
Octal31416717005251245475577
Binary1100110011101111111000010101010100110100101100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7778; }

 p { color: rgb(204,119,120); }

 H1.HeaderClassName
 {
   color: #CC7778;
 }
 .AnyTagClassName
 {
   color: #CC7778;
 }
</style>
background-color css

<style>
 a { background-color: #CC7778; }

 a { background-color: rgb(204,119,120); }

 div.DivClassName
 {
   background-color: #CC7778;
 }
 .BgClassName
 {
   background-color: #CC7778;
 }
</style>
border-color css

<style>
 span { border-color: #CC7778; }

 span { border-color: rgb(204,119,120); }

 td.TdClassName
 {
   border-color: #CC7778;
 }
 .TagClassName
 {
   border-color: #CC7778;
 }
</style>