#D77379

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

Shades of Froly #D77379

Tints of Froly #D77379

Color information

#D77379 (or 0xD77379) is unknown color: approx Froly. HEX triplet: D7, 73 and 79. RGB value is (215,115,121). Sum of RGB (Red+Green+Blue) = 215+115+121=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77379 is #288C86. Grayscale: #919191. Windows color (decimal): -2657415 or 7959511. OLE color: 7959511.

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

Color convert

RGB215115121-
CMYK00.470.440.16
HSL356.4º55.56%64.71%-
HSV(B)356.4º46.51%84.31%-
XYZ37.6128.0921.53-
YUV145.58114.13177.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=47.67%
G=25.50%
B=26.83%

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
Decimal21511512100.470.440.16356.455.5664.71
HexD7737902F2C101643841
Octal327163171057542054470101
Binary11010111111001111110010101111101100100001011001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77379; }

 p { color: rgb(215,115,121); }

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

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

 a { background-color: rgb(215,115,121); }

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

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

 span { border-color: rgb(215,115,121); }

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