Html Css Color HEX #D76879 Froly

📋 copy color: '#D76879'

red 215 ◦ green 104 ◦ blue 121

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

Shades of Froly #D76879

Tints of Froly #D76879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

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

R = 48.86%
G = 23.64%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76879 (or 0xD76879) is known color: Froly. HEX triplet: D7, 68 and 79. RGB value is (215,104,121). Sum of RGB (Red+Green+Blue) = 215+104+121=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76879 is #289786. Grayscale: #8B8B8B. Windows color (decimal): -2660231 or 7956695. OLE color: 7956695.

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

Color convert

RGB 215 104 121 -
CMYK 0 0.52 0.44 0.16
HSL 350.81º 0.58% 0.63% -
HSV(B) 350.81º 0.52% 0.84% -
XYZ 36.43 25.73 21.14 -
YUV 139.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 215 104 121 0 0.52 0.44 0.16 350.81 0.58 0.63
Hex D7 68 79 0 34 2C 10 15F 3A 3F
Octal 327 150 171 0 64 54 20 537 72 77
Binary 11010111 1101000 1111001 0 110100 101100 10000 101011111 111010 111111

Color Harmonies of #D76879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76879

Black with #D76879

Text Example


Text Example

White with #D76879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76879; }

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

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

background-color css

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

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

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

border-color css

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

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

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