Html Css Color HEX #D77C8B Charm

📋 copy color: '#D77C8B'

red 215 ◦ green 124 ◦ blue 139

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

Shades of Charm #D77C8B

Tints of Charm #D77C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 44.98%
G = 25.94%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D77C8B (or 0xD77C8B) is known color: Charm. HEX triplet: D7, 7C and 8B. RGB value is (215,124,139). Sum of RGB (Red+Green+Blue) = 215+124+139=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C8B is #288374. Grayscale: #989898. Windows color (decimal): -2655093 or 9141463. OLE color: 9141463.

HSL color Cylindrical-coordinate representation of color #D77C8B: hue angle of 350.11º 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 #D77C8B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 139 -
CMYK 0 0.42 0.35 0.16
HSL 350.11º 0.53% 0.66% -
HSV(B) 350.11º 0.42% 0.84% -
XYZ 39.89 30.73 28.25 -
YUV 152.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 215 124 139 0 0.42 0.35 0.16 350.11 0.53 0.66
Hex D7 7C 8B 0 2A 23 10 15E 35 42
Octal 327 174 213 0 52 43 20 536 65 102
Binary 11010111 1111100 10001011 0 101010 100011 10000 101011110 110101 1000010

Color Harmonies of #D77C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C8B

Black with #D77C8B

Text Example


Text Example

White with #D77C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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