#D8777A

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

Shades of Froly #D8777A

Tints of Froly #D8777A

Color information

#D8777A (or 0xD8777A) is unknown color: approx Froly. HEX triplet: D8, 77 and 7A. RGB value is (216,119,122). Sum of RGB (Red+Green+Blue) = 216+119+122=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8777A is #278885. Grayscale: #949494. Windows color (decimal): -2590854 or 8026072. OLE color: 8026072.

HSL color Cylindrical-coordinate representation of color #D8777A: hue angle of 358.14º 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 #D8777A is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216119122-
CMYK00.450.440.15
HSL358.14º55.43%65.69%-
HSV(B)358.14º44.91%84.71%-
XYZ38.4329.222.02-
YUV148.35113.14176.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=47.26%
G=26.04%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611912200.450.440.15358.1455.4365.69
HexD8777A02D2CF1663742
Octal330167172055541754667102
Binary1101100011101111111010010110110110011111011001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8777A; }

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

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

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

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

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

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

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

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