#D7767A

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

Shades of Froly #D7767A

Tints of Froly #D7767A

Color information

#D7767A (or 0xD7767A) is unknown color: approx Froly. HEX triplet: D7, 76 and 7A. RGB value is (215,118,122). Sum of RGB (Red+Green+Blue) = 215+118+122=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7767A is #288985. Grayscale: #939393. Windows color (decimal): -2656646 or 8025815. OLE color: 8025815.

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

Color convert

RGB215118122-
CMYK00.450.430.16
HSL357.53º54.8%65.29%-
HSV(B)357.53º45.12%84.31%-
XYZ38.0228.8121.97-
YUV147.46113.64176.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=47.25%
G=25.93%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511812200.450.430.16357.5354.865.29
HexD7767A02D2B101663741
Octal327166172055532054667101
Binary11010111111011011110100101101101011100001011001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7767A; }

 p { color: rgb(215,118,122); }

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

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

 a { background-color: rgb(215,118,122); }

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

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

 span { border-color: rgb(215,118,122); }

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