#D76972

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

Shades of Froly #D76972

Tints of Froly #D76972

Color information

#D76972 (or 0xD76972) is unknown color: approx Froly. HEX triplet: D7, 69 and 72. RGB value is (215,105,114). Sum of RGB (Red+Green+Blue) = 215+105+114=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D76972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76972 is #28968D. Grayscale: #8A8A8A. Windows color (decimal): -2659982 or 7498199. OLE color: 7498199.

HSL color Cylindrical-coordinate representation of color #D76972: hue angle of 355.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76972 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215105114-
CMYK00.510.470.16
HSL355.09º57.89%62.75%-
HSV(B)355.09º51.16%84.31%-
XYZ36.1125.7718.99-
YUV138.92113.94182.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.54%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=49.54%
G=24.19%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510511400.510.470.16355.0957.8962.75
HexD769720332F101633a3f
Octal32715116206357205437277
Binary1101011111010011110010011001110111110000101100011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76972; }

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

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

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

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

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

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

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

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