Html Css Color HEX #D77A87 Charm

📋 copy color: '#D77A87'

red 215 ◦ green 122 ◦ blue 135

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

Shades of Charm #D77A87

Tints of Charm #D77A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 135 (53.13% from 255) = 28.6%

R = 45.55%
G = 25.85%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D77A87 (or 0xD77A87) is known color: Charm. HEX triplet: D7, 7A and 87. RGB value is (215,122,135). Sum of RGB (Red+Green+Blue) = 215+122+135=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A87 is #288578. Grayscale: #979797. Windows color (decimal): -2655609 or 8878807. OLE color: 8878807.

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

Color convert

RGB 215 122 135 -
CMYK 0 0.43 0.37 0.16
HSL 351.61º 0.54% 0.66% -
HSV(B) 351.61º 0.43% 0.84% -
XYZ 39.36 30.12 26.66 -
YUV 151.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 215 122 135 0 0.43 0.37 0.16 351.61 0.54 0.66
Hex D7 7A 87 0 2B 25 10 160 36 42
Octal 327 172 207 0 53 45 20 540 66 102
Binary 11010111 1111010 10000111 0 101011 100101 10000 101100000 110110 1000010

Color Harmonies of #D77A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A87

Black with #D77A87

Text Example


Text Example

White with #D77A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A87; }

 p { color: rgb(215,122,135); }

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

background-color css

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

 a { background-color: rgb(215,122,135); }

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

border-color css

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

 span { border-color: rgb(215,122,135); }

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