#D76C75

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

Shades of Froly #D76C75

Tints of Froly #D76C75

Color information

#D76C75 (or 0xD76C75) is unknown color: approx Froly. HEX triplet: D7, 6C and 75. RGB value is (215,108,117). Sum of RGB (Red+Green+Blue) = 215+108+117=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C75 is #28938A. Grayscale: #8D8D8D. Windows color (decimal): -2659211 or 7695575. OLE color: 7695575.

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

Color convert

RGB215108117-
CMYK00.500.460.16
HSL354.95º57.22%63.33%-
HSV(B)354.95º49.77%84.31%-
XYZ36.626.4620.01-
YUV141.02114.45180.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=48.86%
G=24.55%
B=26.59%

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
Decimal21510811700.500.460.16354.9557.2263.33
HexD76C750322E10163393f
Octal32715416506256205437177
Binary1101011111011001110101011001010111010000101100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C75; }

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

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

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

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

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

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

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

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