#D76173

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

Shades of Froly #D76173

Tints of Froly #D76173

Color information

#D76173 (or 0xD76173) is unknown color: approx Froly. HEX triplet: D7, 61 and 73. RGB value is (215,97,115). Sum of RGB (Red+Green+Blue) = 215+97+115=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76173 is #289E8C. Grayscale: #868686. Windows color (decimal): -2662029 or 7561687. OLE color: 7561687.

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

Color convert

RGB21597115-
CMYK00.550.470.16
HSL350.85º59.6%61.18%-
HSV(B)350.85º54.88%84.31%-
XYZ35.3924.2319.03-
YUV134.33117.09185.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.35%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=50.35%
G=22.72%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159711500.550.470.16350.8559.661.18
HexD761730372F1015f3c3d
Octal32714116306757205377475
Binary1101011111000011110011011011110111110000101011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76173; }

 p { color: rgb(215,97,115); }

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

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

 a { background-color: rgb(215,97,115); }

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

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

 span { border-color: rgb(215,97,115); }

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