#D7757A

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

Shades of Froly #D7757A

Tints of Froly #D7757A

Color information

#D7757A (or 0xD7757A) is unknown color: approx Froly. HEX triplet: D7, 75 and 7A. RGB value is (215,117,122). Sum of RGB (Red+Green+Blue) = 215+117+122=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7757A is #288A85. Grayscale: #929292. Windows color (decimal): -2656902 or 8025559. OLE color: 8025559.

HSL color Cylindrical-coordinate representation of color #D7757A: hue angle of 356.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7757A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215117122-
CMYK00.460.430.16
HSL356.94º55.06%65.1%-
HSV(B)356.94º45.58%84.31%-
XYZ37.928.5721.93-
YUV146.87113.97176.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=47.36%
G=25.77%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511712200.460.430.16356.9455.0665.1
HexD7757A02E2B101653741
Octal327165172056532054567101
Binary11010111111010111110100101110101011100001011001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7757A; }

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

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

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

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

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

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

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

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