#D76775

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

Shades of Froly #D76775

Tints of Froly #D76775

Color information

#D76775 (or 0xD76775) is unknown color: approx Froly. HEX triplet: D7, 67 and 75. RGB value is (215,103,117). Sum of RGB (Red+Green+Blue) = 215+103+117=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76775 is #28988A. Grayscale: #8A8A8A. Windows color (decimal): -2660491 or 7694295. OLE color: 7694295.

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

Color convert

RGB215103117-
CMYK00.520.460.16
HSL352.5º58.33%62.35%-
HSV(B)352.5º52.09%84.31%-
XYZ36.0925.4319.84-
YUV138.08116.11182.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.43%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=49.43%
G=23.68%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510311700.520.460.16352.558.3362.35
HexD767750342E101603a3e
Octal32714716506456205407276
Binary1101011111001111110101011010010111010000101100000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76775; }

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

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

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

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

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

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

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

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