#D77D7F

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

Shades of Froly #D77D7F

Tints of Froly #D77D7F

Color information

#D77D7F (or 0xD77D7F) is unknown color: approx Froly. HEX triplet: D7, 7D and 7F. RGB value is (215,125,127). Sum of RGB (Red+Green+Blue) = 215+125+127=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D7F is #288280. Grayscale: #989898. Windows color (decimal): -2654849 or 8355287. OLE color: 8355287.

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

Color convert

RGB215125127-
CMYK00.420.410.16
HSL358.67º52.94%66.67%-
HSV(B)358.67º41.86%84.31%-
XYZ39.1930.6523.93-
YUV152.14113.82172.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 127 (50% from 255) = 27.19%
R=46.04%
G=26.77%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512512700.420.410.16358.6752.9466.67
HexD77D7F02A29101673543
Octal327175177052512054765103
Binary11010111111110111111110101010101001100001011001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D7F; }

 p { color: rgb(215,125,127); }

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

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

 a { background-color: rgb(215,125,127); }

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

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

 span { border-color: rgb(215,125,127); }

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