#D7727A

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

Shades of Froly #D7727A

Tints of Froly #D7727A

Color information

#D7727A (or 0xD7727A) is unknown color: approx Froly. HEX triplet: D7, 72 and 7A. RGB value is (215,114,122). Sum of RGB (Red+Green+Blue) = 215+114+122=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7727A is #288D85. Grayscale: #919191. Windows color (decimal): -2657670 or 8024791. OLE color: 8024791.

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

Color convert

RGB215114122-
CMYK00.470.430.16
HSL355.25º55.8%64.51%-
HSV(B)355.25º46.98%84.31%-
XYZ37.5527.8921.82-
YUV145.11114.96177.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=47.67%
G=25.28%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511412200.470.430.16355.2555.864.51
HexD7727A02F2B101633841
Octal327162172057532054370101
Binary11010111111001011110100101111101011100001011000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7727A; }

 p { color: rgb(215,114,122); }

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

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

 a { background-color: rgb(215,114,122); }

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

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

 span { border-color: rgb(215,114,122); }

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