#D77A81

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

Shades of Charm #D77A81

Tints of Charm #D77A81

Color information

#D77A81 (or 0xD77A81) is unknown color: approx Charm. HEX triplet: D7, 7A and 81. RGB value is (215,122,129). Sum of RGB (Red+Green+Blue) = 215+122+129=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A81 is #28857E. Grayscale: #969696. Windows color (decimal): -2655615 or 8485591. OLE color: 8485591.

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

Color convert

RGB215122129-
CMYK00.430.40.16
HSL355.48º53.76%66.08%-
HSV(B)355.48º43.26%84.31%-
XYZ38.9529.9524.5-
YUV150.6115.81173.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=46.14%
G=26.18%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512212900.430.40.16355.4853.7666.08
HexD77A8102B28101633642
Octal327172201053502054366102
Binary110101111111010100000010101011101000100001011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A81; }

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

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

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

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

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

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

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

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