Html Css Color HEX #D76E7E Charm

📋 copy color: '#D76E7E'

red 215 ◦ green 110 ◦ blue 126

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

Shades of Charm #D76E7E

Tints of Charm #D76E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 47.67%
G = 24.39%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D76E7E (or 0xD76E7E) is known color: Charm. HEX triplet: D7, 6E and 7E. RGB value is (215,110,126). Sum of RGB (Red+Green+Blue) = 215+110+126=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E7E is #289181. Grayscale: #8F8F8F. Windows color (decimal): -2658690 or 8285911. OLE color: 8285911.

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

Color convert

RGB 215 110 126 -
CMYK 0 0.49 0.41 0.16
HSL 350.86º 0.57% 0.64% -
HSV(B) 350.86º 0.49% 0.84% -
XYZ 37.37 27.11 23 -
YUV 143.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 215 110 126 0 0.49 0.41 0.16 350.86 0.57 0.64
Hex D7 6E 7E 0 31 29 10 15F 39 40
Octal 327 156 176 0 61 51 20 537 71 100
Binary 11010111 1101110 1111110 0 110001 101001 10000 101011111 111001 1000000

Color Harmonies of #D76E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E7E

Black with #D76E7E

Text Example


Text Example

White with #D76E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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