#D76F7B

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

Shades of Froly #D76F7B

Tints of Froly #D76F7B

Color information

#D76F7B (or 0xD76F7B) is unknown color: approx Froly. HEX triplet: D7, 6F and 7B. RGB value is (215,111,123). Sum of RGB (Red+Green+Blue) = 215+111+123=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F7B is #289084. Grayscale: #8F8F8F. Windows color (decimal): -2658437 or 8089559. OLE color: 8089559.

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

Color convert

RGB215111123-
CMYK00.480.430.16
HSL353.08º56.52%63.92%-
HSV(B)353.08º48.37%84.31%-
XYZ37.2827.2522.03-
YUV143.46116.46179.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=47.88%
G=24.72%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511112300.480.430.16353.0856.5263.92
HexD76F7B0302B101613940
Octal327157173060532054171100
Binary11010111110111111110110110000101011100001011000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F7B; }

 p { color: rgb(215,111,123); }

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

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

 a { background-color: rgb(215,111,123); }

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

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

 span { border-color: rgb(215,111,123); }

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