Html Css Color HEX #D77F84 Charm

📋 copy color: '#D77F84'

red 215 ◦ green 127 ◦ blue 132

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

Shades of Charm #D77F84

Tints of Charm #D77F84

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 45.36%
G = 26.79%
B = 27.85%

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

#D77F84 (or 0xD77F84) is known color: Charm. HEX triplet: D7, 7F and 84. RGB value is (215,127,132). Sum of RGB (Red+Green+Blue) = 215+127+132=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F84 is #28807B. Grayscale: #999999. Windows color (decimal): -2654332 or 8683479. OLE color: 8683479.

HSL color Cylindrical-coordinate representation of color #D77F84: hue angle of 356.59º degrees, saturation: 0.52, 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 #D77F84 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 132 -
CMYK 0 0.41 0.39 0.16
HSL 356.59º 0.52% 0.67% -
HSV(B) 356.59º 0.41% 0.84% -
XYZ 39.78 31.29 25.77 -
YUV 153.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 215 127 132 0 0.41 0.39 0.16 356.59 0.52 0.67
Hex D7 7F 84 0 29 27 10 165 34 43
Octal 327 177 204 0 51 47 20 545 64 103
Binary 11010111 1111111 10000100 0 101001 100111 10000 101100101 110100 1000011

Color Harmonies of #D77F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F84

Black with #D77F84

Text Example


Text Example

White with #D77F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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