#D76D74

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

Shades of Froly #D76D74

Tints of Froly #D76D74

Color information

#D76D74 (or 0xD76D74) is unknown color: approx Froly. HEX triplet: D7, 6D and 74. RGB value is (215,109,116). Sum of RGB (Red+Green+Blue) = 215+109+116=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D74 is #28928B. Grayscale: #8D8D8D. Windows color (decimal): -2658956 or 7630295. OLE color: 7630295.

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

Color convert

RGB215109116-
CMYK00.490.460.16
HSL356.04º56.99%63.53%-
HSV(B)356.04º49.3%84.31%-
XYZ36.6526.6519.73-
YUV141.49113.62180.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=48.86%
G=24.77%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510911600.490.460.16356.0456.9963.53
HexD76D740312E101643940
Octal327155164061562054471100
Binary11010111110110111101000110001101110100001011001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D74; }

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

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

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

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

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

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

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

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