#D76D75

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

Shades of Froly #D76D75

Tints of Froly #D76D75

Color information

#D76D75 (or 0xD76D75) is unknown color: approx Froly. HEX triplet: D7, 6D and 75. RGB value is (215,109,117). Sum of RGB (Red+Green+Blue) = 215+109+117=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D75 is #28928A. Grayscale: #8D8D8D. Windows color (decimal): -2658955 or 7695831. OLE color: 7695831.

HSL color Cylindrical-coordinate representation of color #D76D75: hue angle of 355.47º 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 #D76D75 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215109117-
CMYK00.490.460.16
HSL355.47º56.99%63.53%-
HSV(B)355.47º49.3%84.31%-
XYZ36.726.6720.04-
YUV141.61114.12180.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=48.75%
G=24.72%
B=26.53%

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
Decimal21510911700.490.460.16355.4756.9963.53
HexD76D750312E101633940
Octal327155165061562054371100
Binary11010111110110111101010110001101110100001011000111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D75; }

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

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

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

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

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

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

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

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