#DC777A

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

Shades of Froly #DC777A

Tints of Froly #DC777A

Color information

#DC777A (or 0xDC777A) is unknown color: approx Froly. HEX triplet: DC, 77 and 7A. RGB value is (220,119,122). Sum of RGB (Red+Green+Blue) = 220+119+122=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC777A is #238885. Grayscale: #959595. Windows color (decimal): -2328710 or 8026076. OLE color: 8026076.

HSL color Cylindrical-coordinate representation of color #DC777A: hue angle of 358.22º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC777A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220119122-
CMYK00.460.450.14
HSL358.22º59.06%66.47%-
HSV(B)358.22º45.91%86.27%-
XYZ39.6229.8122.08-
YUV149.54112.46178.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=47.72%
G=25.81%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011912200.460.450.14358.2259.0666.47
HexDC777A02E2DE1663b42
Octal334167172056551654673102
Binary1101110011101111111010010111010110111101011001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC777A; }

 p { color: rgb(220,119,122); }

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

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

 a { background-color: rgb(220,119,122); }

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

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

 span { border-color: rgb(220,119,122); }

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