#D76C74

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

Shades of Froly #D76C74

Tints of Froly #D76C74

Color information

#D76C74 (or 0xD76C74) is unknown color: approx Froly. HEX triplet: D7, 6C and 74. RGB value is (215,108,116). Sum of RGB (Red+Green+Blue) = 215+108+116=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C74 is #28938B. Grayscale: #8C8C8C. Windows color (decimal): -2659212 or 7630039. OLE color: 7630039.

HSL color Cylindrical-coordinate representation of color #D76C74: hue angle of 355.51º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C74 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215108116-
CMYK00.500.460.16
HSL355.51º57.22%63.33%-
HSV(B)355.51º49.77%84.31%-
XYZ36.5426.4319.7-
YUV140.9113.95180.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=48.97%
G=24.60%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510811600.500.460.16355.5157.2263.33
HexD76C740322E10164393f
Octal32715416406256205447177
Binary1101011111011001110100011001010111010000101100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C74; }

 p { color: rgb(215,108,116); }

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

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

 a { background-color: rgb(215,108,116); }

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

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

 span { border-color: rgb(215,108,116); }

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