Html Css Color HEX #D77E84 Charm

📋 copy color: '#D77E84'

red 215 ◦ green 126 ◦ blue 132

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

Shades of Charm #D77E84

Tints of Charm #D77E84

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 45.45%
G = 26.64%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D77E84 (or 0xD77E84) is known color: Charm. HEX triplet: D7, 7E and 84. RGB value is (215,126,132). Sum of RGB (Red+Green+Blue) = 215+126+132=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E84 is #28817B. Grayscale: #999999. Windows color (decimal): -2654588 or 8683223. OLE color: 8683223.

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

Color convert

RGB 215 126 132 -
CMYK 0 0.41 0.39 0.16
HSL 355.96º 0.53% 0.67% -
HSV(B) 355.96º 0.41% 0.84% -
XYZ 39.65 31.03 25.73 -
YUV 153.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 215 126 132 0 0.41 0.39 0.16 355.96 0.53 0.67
Hex D7 7E 84 0 29 27 10 164 35 43
Octal 327 176 204 0 51 47 20 544 65 103
Binary 11010111 1111110 10000100 0 101001 100111 10000 101100100 110101 1000011

Color Harmonies of #D77E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E84

Black with #D77E84

Text Example


Text Example

White with #D77E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E84; }

 p { color: rgb(215,126,132); }

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

background-color css

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

 a { background-color: rgb(215,126,132); }

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

border-color css

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

 span { border-color: rgb(215,126,132); }

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