#D77278

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

Shades of Froly #D77278

Tints of Froly #D77278

Color information

#D77278 (or 0xD77278) is unknown color: approx Froly. HEX triplet: D7, 72 and 78. RGB value is (215,114,120). Sum of RGB (Red+Green+Blue) = 215+114+120=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77278 is #288D87. Grayscale: #909090. Windows color (decimal): -2657672 or 7893719. OLE color: 7893719.

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

Color convert

RGB215114120-
CMYK00.470.440.16
HSL356.44º55.8%64.51%-
HSV(B)356.44º46.98%84.31%-
XYZ37.4327.8421.17-
YUV144.88113.96178.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=47.88%
G=25.39%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511412000.470.440.16356.4455.864.51
HexD7727802F2C101643841
Octal327162170057542054470101
Binary11010111111001011110000101111101100100001011001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77278; }

 p { color: rgb(215,114,120); }

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

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

 a { background-color: rgb(215,114,120); }

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

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

 span { border-color: rgb(215,114,120); }

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