#D6787D

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

Shades of Froly #D6787D

Tints of Froly #D6787D

Color information

#D6787D (or 0xD6787D) is unknown color: approx Froly. HEX triplet: D6, 78 and 7D. RGB value is (214,120,125). Sum of RGB (Red+Green+Blue) = 214+120+125=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6787D is #298782. Grayscale: #949494. Windows color (decimal): -2721667 or 8222934. OLE color: 8222934.

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

Color convert

RGB214120125-
CMYK00.440.420.16
HSL356.81º53.41%65.49%-
HSV(B)356.81º43.93%83.92%-
XYZ38.1529.2123.03-
YUV148.68114.64174.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=46.62%
G=26.14%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412012500.440.420.16356.8153.4165.49
HexD6787D02C2A101653541
Octal326170175054522054565101
Binary11010110111100011111010101100101010100001011001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6787D; }

 p { color: rgb(214,120,125); }

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

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

 a { background-color: rgb(214,120,125); }

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

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

 span { border-color: rgb(214,120,125); }

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