Html Css Color HEX #DF777F Froly

📋 copy color: '#DF777F'

red 223 ◦ green 119 ◦ blue 127

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

Shades of Froly #DF777F

Tints of Froly #DF777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.08%

R = 47.55%
G = 25.37%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF777F (or 0xDF777F) is known color: Froly. HEX triplet: DF, 77 and 7F. RGB value is (223,119,127). Sum of RGB (Red+Green+Blue) = 223+119+127=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777F is #208880. Grayscale: #979797. Windows color (decimal): -2132097 or 8353759. OLE color: 8353759.

HSL color Cylindrical-coordinate representation of color #DF777F: hue angle of 355.38º 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 #DF777F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 127 -
CMYK 0 0.47 0.43 0.13
HSL 355.38º 0.62% 0.67% -
HSV(B) 355.38º 0.47% 0.87% -
XYZ 40.86 30.41 23.8 -
YUV 151.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 223 119 127 0 0.47 0.43 0.13 355.38 0.62 0.67
Hex DF 77 7F 0 2F 2B D 163 3E 43
Octal 337 167 177 0 57 53 15 543 76 103
Binary 11011111 1110111 1111111 0 101111 101011 1101 101100011 111110 1000011

Color Harmonies of #DF777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF777F

Black with #DF777F

Text Example


Text Example

White with #DF777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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