#D7768C

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

Shades of Charm #D7768C

Tints of Charm #D7768C

Color information

#D7768C (or 0xD7768C) is unknown color: approx Charm. HEX triplet: D7, 76 and 8C. RGB value is (215,118,140). Sum of RGB (Red+Green+Blue) = 215+118+140=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7768C is #288973. Grayscale: #959595. Windows color (decimal): -2656628 or 9205463. OLE color: 9205463.

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

Color convert

RGB215118140-
CMYK00.450.350.16
HSL346.39º54.8%65.29%-
HSV(B)346.39º45.12%84.31%-
XYZ39.2429.328.4-
YUV149.51122.64174.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=45.45%
G=24.95%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511814000.450.350.16346.3954.865.29
HexD7768C02D231015a3741
Octal327166214055432053267101
Binary110101111110110100011000101101100011100001010110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7768C; }

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

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

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

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

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

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

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

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