Html Css Color HEX #D76979 Froly

📋 copy color: '#D76979'

red 215 ◦ green 105 ◦ blue 121

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

Shades of Froly #D76979

Tints of Froly #D76979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 48.75%
G = 23.81%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76979 (or 0xD76979) is known color: Froly. HEX triplet: D7, 69 and 79. RGB value is (215,105,121). Sum of RGB (Red+Green+Blue) = 215+105+121=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76979 is #289686. Grayscale: #8B8B8B. Windows color (decimal): -2659975 or 7956951. OLE color: 7956951.

HSL color Cylindrical-coordinate representation of color #D76979: hue angle of 351.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76979 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 121 -
CMYK 0 0.51 0.44 0.16
HSL 351.27º 0.58% 0.63% -
HSV(B) 351.27º 0.51% 0.84% -
XYZ 36.53 25.93 21.17 -
YUV 139.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 215 105 121 0 0.51 0.44 0.16 351.27 0.58 0.63
Hex D7 69 79 0 33 2C 10 15F 3A 3F
Octal 327 151 171 0 63 54 20 537 72 77
Binary 11010111 1101001 1111001 0 110011 101100 10000 101011111 111010 111111

Color Harmonies of #D76979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76979

Black with #D76979

Text Example


Text Example

White with #D76979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76979; }

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

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

background-color css

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

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

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

border-color css

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

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

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