Html Css Color HEX #D76E76 Froly

📋 copy color: '#D76E76'

red 215 ◦ green 110 ◦ blue 118

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

Shades of Froly #D76E76

Tints of Froly #D76E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 48.53%
G = 24.83%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D76E76 (or 0xD76E76) is known color: Froly. HEX triplet: D7, 6E and 76. RGB value is (215,110,118). Sum of RGB (Red+Green+Blue) = 215+110+118=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E76 is #289189. Grayscale: #8E8E8E. Windows color (decimal): -2658698 or 7761623. OLE color: 7761623.

HSL color Cylindrical-coordinate representation of color #D76E76: hue angle of 355.43º 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 #D76E76 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 118 -
CMYK 0 0.49 0.45 0.16
HSL 355.43º 0.57% 0.64% -
HSV(B) 355.43º 0.49% 0.84% -
XYZ 36.87 26.91 20.39 -
YUV 142.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 215 110 118 0 0.49 0.45 0.16 355.43 0.57 0.64
Hex D7 6E 76 0 31 2D 10 163 39 40
Octal 327 156 166 0 61 55 20 543 71 100
Binary 11010111 1101110 1110110 0 110001 101101 10000 101100011 111001 1000000

Color Harmonies of #D76E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E76

Black with #D76E76

Text Example


Text Example

White with #D76E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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