#d77f82

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

Shades of Charm #D77F82

Tints of Charm #D77F82

Color information

#D77F82 (or 0xD77F82) is unknown color: approx Charm. HEX triplet: D7, 7F and 82. RGB value is (215,127,130). Sum of RGB (Red+Green+Blue) = 215+127+130=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F82 is #28807D. Grayscale: #999999. Windows color (decimal): -2654334 or 8552407. OLE color: 8552407.

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

Color convert

RGB215127130-
CMYK00.410.400.16
HSL357.95º52.38%67.06%-
HSV(B)357.95º40.93%84.31%-
XYZ39.6431.2425.06-
YUV153.65114.65171.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=45.55%
G=26.91%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713000.410.400.16357.9552.3867.06
HexD77F8202928101663443
Octal327177202051502054664103
Binary110101111111111100000100101001101000100001011001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d77f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d77f82; }

 p { color: rgb(215,127,130); }

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

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

 a { background-color: rgb(215,127,130); }

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

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

 span { border-color: rgb(215,127,130); }

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