Html Css Color HEX #DF777C Froly

📋 copy color: '#DF777C'

red 223 ◦ green 119 ◦ blue 124

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

Shades of Froly #DF777C

Tints of Froly #DF777C

RGB

 RED value IS 223 (87.5% from 255) = 47.85%

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 47.85%
G = 25.54%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF777C (or 0xDF777C) is known color: Froly. HEX triplet: DF, 77 and 7C. RGB value is (223,119,124). Sum of RGB (Red+Green+Blue) = 223+119+124=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777C is #208883. Grayscale: #969696. Windows color (decimal): -2132100 or 8157151. OLE color: 8157151.

HSL color Cylindrical-coordinate representation of color #DF777C: hue angle of 357.12º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF777C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 124 -
CMYK 0 0.47 0.44 0.13
HSL 357.12º 0.62% 0.67% -
HSV(B) 357.12º 0.47% 0.87% -
XYZ 40.67 30.34 22.78 -
YUV 150.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 223 119 124 0 0.47 0.44 0.13 357.12 0.62 0.67
Hex DF 77 7C 0 2F 2C D 165 3E 43
Octal 337 167 174 0 57 54 15 545 76 103
Binary 11011111 1110111 1111100 0 101111 101100 1101 101100101 111110 1000011

Color Harmonies of #DF777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF777C

Black with #DF777C

Text Example


Text Example

White with #DF777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF777C; }

 p { color: rgb(223,119,124); }

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

background-color css

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

 a { background-color: rgb(223,119,124); }

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

border-color css

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

 span { border-color: rgb(223,119,124); }

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