#D76668

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

Shades of Froly #D76668

Tints of Froly #D76668

Color information

#D76668 (or 0xD76668) is unknown color: approx Froly. HEX triplet: D7, 66 and 68. RGB value is (215,102,104). Sum of RGB (Red+Green+Blue) = 215+102+104=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D76668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76668 is #289997. Grayscale: #888888. Windows color (decimal): -2660760 or 6842071. OLE color: 6842071.

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

Color convert

RGB215102104-
CMYK00.530.520.16
HSL358.94º58.55%62.16%-
HSV(B)358.94º52.56%84.31%-
XYZ35.2724.9516.05-
YUV136.01109.94184.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=51.07%
G=24.23%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510210400.530.520.16358.9458.5562.16
HexD7666803534101673b3e
Octal32714615006564205477376
Binary1101011111001101101000011010111010010000101100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76668; }

 p { color: rgb(215,102,104); }

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

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

 a { background-color: rgb(215,102,104); }

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

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

 span { border-color: rgb(215,102,104); }

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