#D7777C

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

Shades of Froly #D7777C

Tints of Froly #D7777C

Color information

#D7777C (or 0xD7777C) is unknown color: approx Froly. HEX triplet: D7, 77 and 7C. RGB value is (215,119,124). Sum of RGB (Red+Green+Blue) = 215+119+124=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777C is #288883. Grayscale: #949494. Windows color (decimal): -2656388 or 8157143. OLE color: 8157143.

HSL color Cylindrical-coordinate representation of color #D7777C: hue angle of 356.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7777C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215119124-
CMYK00.450.420.16
HSL356.88º54.55%65.49%-
HSV(B)356.88º44.65%84.31%-
XYZ38.2629.122.67-
YUV148.27114.3175.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=46.94%
G=25.98%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511912400.450.420.16356.8854.5565.49
HexD7777C02D2A101653741
Octal327167174055522054567101
Binary11010111111011111111000101101101010100001011001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7777C; }

 p { color: rgb(215,119,124); }

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

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

 a { background-color: rgb(215,119,124); }

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

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

 span { border-color: rgb(215,119,124); }

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