Html Css Color HEX #D77A86 Charm

📋 copy color: '#D77A86'

red 215 ◦ green 122 ◦ blue 134

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

Shades of Charm #D77A86

Tints of Charm #D77A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 45.65%
G = 25.9%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D77A86 (or 0xD77A86) is known color: Charm. HEX triplet: D7, 7A and 86. RGB value is (215,122,134). Sum of RGB (Red+Green+Blue) = 215+122+134=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A86 is #288579. Grayscale: #979797. Windows color (decimal): -2655610 or 8813271. OLE color: 8813271.

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

Color convert

RGB 215 122 134 -
CMYK 0 0.43 0.38 0.16
HSL 352.26º 0.54% 0.66% -
HSV(B) 352.26º 0.43% 0.84% -
XYZ 39.29 30.09 26.29 -
YUV 151.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 215 122 134 0 0.43 0.38 0.16 352.26 0.54 0.66
Hex D7 7A 86 0 2B 26 10 160 36 42
Octal 327 172 206 0 53 46 20 540 66 102
Binary 11010111 1111010 10000110 0 101011 100110 10000 101100000 110110 1000010

Color Harmonies of #D77A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A86

Black with #D77A86

Text Example


Text Example

White with #D77A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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