Html Css Color HEX #D77C8A Charm

📋 copy color: '#D77C8A'

red 215 ◦ green 124 ◦ blue 138

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

Shades of Charm #D77C8A

Tints of Charm #D77C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 45.07%
G = 26%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D77C8A (or 0xD77C8A) is known color: Charm. HEX triplet: D7, 7C and 8A. RGB value is (215,124,138). Sum of RGB (Red+Green+Blue) = 215+124+138=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C8A is #288375. Grayscale: #989898. Windows color (decimal): -2655094 or 9075927. OLE color: 9075927.

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

Color convert

RGB 215 124 138 -
CMYK 0 0.42 0.36 0.16
HSL 350.77º 0.53% 0.66% -
HSV(B) 350.77º 0.42% 0.84% -
XYZ 39.82 30.7 27.87 -
YUV 152.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 215 124 138 0 0.42 0.36 0.16 350.77 0.53 0.66
Hex D7 7C 8A 0 2A 24 10 15F 35 42
Octal 327 174 212 0 52 44 20 537 65 102
Binary 11010111 1111100 10001010 0 101010 100100 10000 101011111 110101 1000010

Color Harmonies of #D77C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C8A

Black with #D77C8A

Text Example


Text Example

White with #D77C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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