Html Css Color HEX #D77B86 Charm

📋 copy color: '#D77B86'

red 215 ◦ green 123 ◦ blue 134

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

Shades of Charm #D77B86

Tints of Charm #D77B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

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

R = 45.55%
G = 26.06%
B = 28.39%

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

#D77B86 (or 0xD77B86) is known color: Charm. HEX triplet: D7, 7B and 86. RGB value is (215,123,134). Sum of RGB (Red+Green+Blue) = 215+123+134=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B86 is #288479. Grayscale: #979797. Windows color (decimal): -2655354 or 8813527. OLE color: 8813527.

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

Color convert

RGB 215 123 134 -
CMYK 0 0.43 0.38 0.16
HSL 352.83º 0.53% 0.66% -
HSV(B) 352.83º 0.43% 0.84% -
XYZ 39.41 30.33 26.33 -
YUV 151.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 215 123 134 0 0.43 0.38 0.16 352.83 0.53 0.66
Hex D7 7B 86 0 2B 26 10 161 35 42
Octal 327 173 206 0 53 46 20 541 65 102
Binary 11010111 1111011 10000110 0 101011 100110 10000 101100001 110101 1000010

Color Harmonies of #D77B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B86

Black with #D77B86

Text Example


Text Example

White with #D77B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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