#D8777E

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

Shades of Froly #D8777E

Tints of Froly #D8777E

Color information

#D8777E (or 0xD8777E) is unknown color: approx Froly. HEX triplet: D8, 77 and 7E. RGB value is (216,119,126). Sum of RGB (Red+Green+Blue) = 216+119+126=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8777E is #278881. Grayscale: #949494. Windows color (decimal): -2590850 or 8288216. OLE color: 8288216.

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

Color convert

RGB216119126-
CMYK00.450.420.15
HSL355.67º55.43%65.69%-
HSV(B)355.67º44.91%84.71%-
XYZ38.6829.323.36-
YUV148.8115.14175.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=46.85%
G=25.81%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611912600.450.420.15355.6755.4365.69
HexD8777E02D2AF1643742
Octal330167176055521754467102
Binary1101100011101111111110010110110101011111011001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8777E; }

 p { color: rgb(216,119,126); }

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

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

 a { background-color: rgb(216,119,126); }

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

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

 span { border-color: rgb(216,119,126); }

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