Html Css Color HEX #D77A81 Charm

📋 copy color: '#D77A81'

red 215 ◦ green 122 ◦ blue 129

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

Shades of Charm #D77A81

Tints of Charm #D77A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 46.14%
G = 26.18%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D77A81 (or 0xD77A81) is known color: Charm. HEX triplet: D7, 7A and 81. RGB value is (215,122,129). Sum of RGB (Red+Green+Blue) = 215+122+129=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A81 is #28857E. Grayscale: #969696. Windows color (decimal): -2655615 or 8485591. OLE color: 8485591.

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

Color convert

RGB 215 122 129 -
CMYK 0 0.43 0.4 0.16
HSL 355.48º 0.54% 0.66% -
HSV(B) 355.48º 0.43% 0.84% -
XYZ 38.95 29.95 24.5 -
YUV 150.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 215 122 129 0 0.43 0.4 0.16 355.48 0.54 0.66
Hex D7 7A 81 0 2B 28 10 163 36 42
Octal 327 172 201 0 53 50 20 543 66 102
Binary 11010111 1111010 10000001 0 101011 101000 10000 101100011 110110 1000010

Color Harmonies of #D77A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A81

Black with #D77A81

Text Example


Text Example

White with #D77A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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