#DF777F

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

Shades of Froly #DF777F

Tints of Froly #DF777F

Color information

#DF777F (or 0xDF777F) is unknown color: approx Froly. HEX triplet: DF, 77 and 7F. RGB value is (223,119,127). Sum of RGB (Red+Green+Blue) = 223+119+127=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777F is #208880. Grayscale: #979797. Windows color (decimal): -2132097 or 8353759. OLE color: 8353759.

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

Color convert

RGB223119127-
CMYK00.470.430.13
HSL355.38º61.9%67.06%-
HSV(B)355.38º46.64%87.45%-
XYZ40.8630.4123.8-
YUV151.01114.46179.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 127 (50% from 255) = 27.08%
R=47.55%
G=25.37%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311912700.470.430.13355.3861.967.06
HexDF777F02F2BD1633e43
Octal337167177057531554376103
Binary1101111111101111111111010111110101111011011000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF777F; }

 p { color: rgb(223,119,127); }

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

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

 a { background-color: rgb(223,119,127); }

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

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

 span { border-color: rgb(223,119,127); }

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