#D7768D

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

Shades of Charm #D7768D

Tints of Charm #D7768D

Color information

#D7768D (or 0xD7768D) is unknown color: approx Charm. HEX triplet: D7, 76 and 8D. RGB value is (215,118,141). Sum of RGB (Red+Green+Blue) = 215+118+141=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7768D is #288972. Grayscale: #959595. Windows color (decimal): -2656627 or 9270999. OLE color: 9270999.

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

Color convert

RGB215118141-
CMYK00.450.340.16
HSL345.77º54.8%65.29%-
HSV(B)345.77º45.12%84.31%-
XYZ39.3129.3328.79-
YUV149.62123.14174.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=45.36%
G=24.89%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511814100.450.340.16345.7754.865.29
HexD7768D02D221015a3741
Octal327166215055422053267101
Binary110101111110110100011010101101100010100001010110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7768D; }

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

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

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

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

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

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

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

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