Html Css Color HEX #D76D78 Froly

📋 copy color: '#D76D78'

red 215 ◦ green 109 ◦ blue 120

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

Shades of Froly #D76D78

Tints of Froly #D76D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 48.42%
G = 24.55%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76D78 (or 0xD76D78) is known color: Froly. HEX triplet: D7, 6D and 78. RGB value is (215,109,120). Sum of RGB (Red+Green+Blue) = 215+109+120=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D78 is #289287. Grayscale: #8E8E8E. Windows color (decimal): -2658952 or 7892439. OLE color: 7892439.

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

Color convert

RGB 215 109 120 -
CMYK 0 0.49 0.44 0.16
HSL 353.77º 0.57% 0.64% -
HSV(B) 353.77º 0.49% 0.84% -
XYZ 36.88 26.74 20.99 -
YUV 141.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 215 109 120 0 0.49 0.44 0.16 353.77 0.57 0.64
Hex D7 6D 78 0 31 2C 10 162 39 40
Octal 327 155 170 0 61 54 20 542 71 100
Binary 11010111 1101101 1111000 0 110001 101100 10000 101100010 111001 1000000

Color Harmonies of #D76D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D78

Black with #D76D78

Text Example


Text Example

White with #D76D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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