Html Css Color HEX #D7768D Charm

📋 copy color: '#D7768D'

red 215 ◦ green 118 ◦ blue 141

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

Shades of Charm #D7768D

Tints of Charm #D7768D

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 value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

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

RGB 215 118 141 -
CMYK 0 0.45 0.34 0.16
HSL 345.77º 0.55% 0.65% -
HSV(B) 345.77º 0.45% 0.84% -
XYZ 39.31 29.33 28.79 -
YUV 149.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 215 118 141 0 0.45 0.34 0.16 345.77 0.55 0.65
Hex D7 76 8D 0 2D 22 10 15A 37 41
Octal 327 166 215 0 55 42 20 532 67 101
Binary 11010111 1110110 10001101 0 101101 100010 10000 101011010 110111 1000001

Color Harmonies of #D7768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7768D

Black with #D7768D

Text Example


Text Example

White with #D7768D

Text Example


Text Example

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