Html Css Color HEX #D7788A Charm

📋 copy color: '#D7788A'

red 215 ◦ green 120 ◦ blue 138

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

Shades of Charm #D7788A

Tints of Charm #D7788A

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

 GREEN value IS 120 (47.27% from 255) = 25.37%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 45.45%
G = 25.37%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7788A (or 0xD7788A) is known color: Charm. HEX triplet: D7, 78 and 8A. RGB value is (215,120,138). Sum of RGB (Red+Green+Blue) = 215+120+138=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7788A is #288775. Grayscale: #969696. Windows color (decimal): -2656118 or 9074903. OLE color: 9074903.

HSL color Cylindrical-coordinate representation of color #D7788A: hue angle of 348.63º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7788A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 138 -
CMYK 0 0.44 0.36 0.16
HSL 348.63º 0.54% 0.66% -
HSV(B) 348.63º 0.44% 0.84% -
XYZ 39.33 29.71 27.71 -
YUV 150.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 215 120 138 0 0.44 0.36 0.16 348.63 0.54 0.66
Hex D7 78 8A 0 2C 24 10 15D 36 42
Octal 327 170 212 0 54 44 20 535 66 102
Binary 11010111 1111000 10001010 0 101100 100100 10000 101011101 110110 1000010

Color Harmonies of #D7788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7788A

Black with #D7788A

Text Example


Text Example

White with #D7788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7788A; }

 p { color: rgb(215,120,138); }

 H1.HeaderClassName
 {
   color: #D7788A;
 }
 .AnyTagClassName
 {
   color: #D7788A;
 }
</style>

background-color css

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

 a { background-color: rgb(215,120,138); }

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

border-color css

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

 span { border-color: rgb(215,120,138); }

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