#D4777A

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

Shades of Froly #D4777A

Tints of Froly #D4777A

Color information

#D4777A (or 0xD4777A) is unknown color: approx Froly. HEX triplet: D4, 77 and 7A. RGB value is (212,119,122). Sum of RGB (Red+Green+Blue) = 212+119+122=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4777A is #2B8885. Grayscale: #939393. Windows color (decimal): -2852998 or 8026068. OLE color: 8026068.

HSL color Cylindrical-coordinate representation of color #D4777A: hue angle of 358.06º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4777A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212119122-
CMYK00.440.420.17
HSL358.06º51.96%64.9%-
HSV(B)358.06º43.87%83.14%-
XYZ37.2628.621.97-
YUV147.15113.81174.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=46.80%
G=26.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211912200.440.420.17358.0651.9664.9
HexD4777A02C2A111663441
Octal324167172054522154664101
Binary11010100111011111110100101100101010100011011001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4777A; }

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

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

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

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

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

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

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

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