#DD777A

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

Shades of Froly #DD777A

Tints of Froly #DD777A

Color information

#DD777A (or 0xDD777A) is unknown color: approx Froly. HEX triplet: DD, 77 and 7A. RGB value is (221,119,122). Sum of RGB (Red+Green+Blue) = 221+119+122=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777A is #228885. Grayscale: #959595. Windows color (decimal): -2263174 or 8026077. OLE color: 8026077.

HSL color Cylindrical-coordinate representation of color #DD777A: hue angle of 358.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD777A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221119122-
CMYK00.460.450.13
HSL358.24º60%66.67%-
HSV(B)358.24º46.15%86.67%-
XYZ39.9329.9722.09-
YUV149.84112.29178.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=47.84%
G=25.76%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111912200.460.450.13358.246066.67
HexDD777A02E2DD1663c43
Octal335167172056551554674103
Binary1101110111101111111010010111010110111011011001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD777A; }

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

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

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

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

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

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

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

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