Html Css Color HEX #D76D79 Froly

📋 copy color: '#D76D79'

red 215 ◦ green 109 ◦ blue 121

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

Shades of Froly #D76D79

Tints of Froly #D76D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 48.31%
G = 24.49%
B = 27.19%

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

#D76D79 (or 0xD76D79) is known color: Froly. HEX triplet: D7, 6D and 79. RGB value is (215,109,121). Sum of RGB (Red+Green+Blue) = 215+109+121=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D79 is #289286. Grayscale: #8E8E8E. Windows color (decimal): -2658951 or 7957975. OLE color: 7957975.

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

Color convert

RGB 215 109 121 -
CMYK 0 0.49 0.44 0.16
HSL 353.21º 0.57% 0.64% -
HSV(B) 353.21º 0.49% 0.84% -
XYZ 36.94 26.76 21.31 -
YUV 142.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 215 109 121 0 0.49 0.44 0.16 353.21 0.57 0.64
Hex D7 6D 79 0 31 2C 10 161 39 40
Octal 327 155 171 0 61 54 20 541 71 100
Binary 11010111 1101101 1111001 0 110001 101100 10000 101100001 111001 1000000

Color Harmonies of #D76D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D79

Black with #D76D79

Text Example


Text Example

White with #D76D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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