Html Css Color HEX #D7768C Charm

📋 copy color: '#D7768C'

red 215 ◦ green 118 ◦ blue 140

#D7768C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D7768C

Tints of Charm #D7768C

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.6%

R = 45.45%
G = 24.95%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7768C (or 0xD7768C) is known color: 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

RGB 215 118 140 -
CMYK 0 0.45 0.35 0.16
HSL 346.39º 0.55% 0.65% -
HSV(B) 346.39º 0.45% 0.84% -
XYZ 39.24 29.3 28.4 -
YUV 149.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 215 118 140 0 0.45 0.35 0.16 346.39 0.55 0.65
Hex D7 76 8C 0 2D 23 10 15A 37 41
Octal 327 166 214 0 55 43 20 532 67 101
Binary 11010111 1110110 10001100 0 101101 100011 10000 101011010 110111 1000001

Color Harmonies of #D7768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7768C

Black with #D7768C

Text Example


Text Example

White with #D7768C

Text Example


Text Example

HTML Codes & Css Web 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>