#D77A86

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

Shades of Charm #D77A86

Tints of Charm #D77A86

Color information

#D77A86 (or 0xD77A86) is unknown color: approx Charm. HEX triplet: D7, 7A and 86. RGB value is (215,122,134). Sum of RGB (Red+Green+Blue) = 215+122+134=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A86 is #288579. Grayscale: #979797. Windows color (decimal): -2655610 or 8813271. OLE color: 8813271.

HSL color Cylindrical-coordinate representation of color #D77A86: hue angle of 352.26º 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 #D77A86 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215122134-
CMYK00.430.380.16
HSL352.26º53.76%66.08%-
HSV(B)352.26º43.26%84.31%-
XYZ39.2930.0926.29-
YUV151.18118.31173.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=45.65%
G=25.90%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512213400.430.380.16352.2653.7666.08
HexD77A8602B26101603642
Octal327172206053462054066102
Binary110101111111010100001100101011100110100001011000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A86; }

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

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

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

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

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

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

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

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