Html Css Color HEX #D76E79 Froly

📋 copy color: '#D76E79'

red 215 ◦ green 110 ◦ blue 121

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

Shades of Froly #D76E79

Tints of Froly #D76E79

RGB

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

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

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

R = 48.21%
G = 24.66%
B = 27.13%

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

#D76E79 (or 0xD76E79) is known color: Froly. HEX triplet: D7, 6E and 79. RGB value is (215,110,121). Sum of RGB (Red+Green+Blue) = 215+110+121=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E79 is #289186. Grayscale: #8E8E8E. Windows color (decimal): -2658695 or 7958231. OLE color: 7958231.

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

Color convert

RGB 215 110 121 -
CMYK 0 0.49 0.44 0.16
HSL 353.71º 0.57% 0.64% -
HSV(B) 353.71º 0.49% 0.84% -
XYZ 37.05 26.98 21.34 -
YUV 142.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 215 110 121 0 0.49 0.44 0.16 353.71 0.57 0.64
Hex D7 6E 79 0 31 2C 10 162 39 40
Octal 327 156 171 0 61 54 20 542 71 100
Binary 11010111 1101110 1111001 0 110001 101100 10000 101100010 111001 1000000

Color Harmonies of #D76E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E79

Black with #D76E79

Text Example


Text Example

White with #D76E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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