Html Css Color HEX #D76C7F Charm

📋 copy color: '#D76C7F'

red 215 ◦ green 108 ◦ blue 127

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

Shades of Charm #D76C7F

Tints of Charm #D76C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 47.78%
G = 24%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D76C7F (or 0xD76C7F) is known color: Charm. HEX triplet: D7, 6C and 7F. RGB value is (215,108,127). Sum of RGB (Red+Green+Blue) = 215+108+127=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C7F is #289380. Grayscale: #8E8E8E. Windows color (decimal): -2659201 or 8350935. OLE color: 8350935.

HSL color Cylindrical-coordinate representation of color #D76C7F: hue angle of 349.35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C7F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 127 -
CMYK 0 0.50 0.41 0.16
HSL 349.35º 0.57% 0.63% -
HSV(B) 349.35º 0.5% 0.84% -
XYZ 37.22 26.7 23.27 -
YUV 142.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 215 108 127 0 0.50 0.41 0.16 349.35 0.57 0.63
Hex D7 6C 7F 0 32 29 10 15D 39 3F
Octal 327 154 177 0 62 51 20 535 71 77
Binary 11010111 1101100 1111111 0 110010 101001 10000 101011101 111001 111111

Color Harmonies of #D76C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C7F

Black with #D76C7F

Text Example


Text Example

White with #D76C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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