Html Css Color HEX #D76D76 Froly

📋 copy color: '#D76D76'

red 215 ◦ green 109 ◦ blue 118

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

Shades of Froly #D76D76

Tints of Froly #D76D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

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

R = 48.64%
G = 24.66%
B = 26.7%

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

#D76D76 (or 0xD76D76) is known color: Froly. HEX triplet: D7, 6D and 76. RGB value is (215,109,118). Sum of RGB (Red+Green+Blue) = 215+109+118=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D76 is #289289. Grayscale: #8D8D8D. Windows color (decimal): -2658954 or 7761367. OLE color: 7761367.

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

Color convert

RGB 215 109 118 -
CMYK 0 0.49 0.45 0.16
HSL 354.91º 0.57% 0.64% -
HSV(B) 354.91º 0.49% 0.84% -
XYZ 36.76 26.69 20.35 -
YUV 141.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 215 109 118 0 0.49 0.45 0.16 354.91 0.57 0.64
Hex D7 6D 76 0 31 2D 10 163 39 40
Octal 327 155 166 0 61 55 20 543 71 100
Binary 11010111 1101101 1110110 0 110001 101101 10000 101100011 111001 1000000

Color Harmonies of #D76D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D76

Black with #D76D76

Text Example


Text Example

White with #D76D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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