Html Css Color HEX #D57677 Froly

📋 copy color: '#D57677'

red 213 ◦ green 118 ◦ blue 119

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

Shades of Froly #D57677

Tints of Froly #D57677

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 119 (46.88% from 255) = 26.44%

R = 47.33%
G = 26.22%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57677 (or 0xD57677) is known color: Froly. HEX triplet: D5, 76 and 77. RGB value is (213,118,119). Sum of RGB (Red+Green+Blue) = 213+118+119=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D57677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57677 is #2A8988. Grayscale: #929292. Windows color (decimal): -2787721 or 7829205. OLE color: 7829205.

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

Color convert

RGB 213 118 119 -
CMYK 0 0.45 0.44 0.16
HSL 359.37º 0.53% 0.65% -
HSV(B) 359.37º 0.45% 0.84% -
XYZ 37.25 28.43 20.98 -
YUV 146.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 213 118 119 0 0.45 0.44 0.16 359.37 0.53 0.65
Hex D5 76 77 0 2D 2C 10 167 35 41
Octal 325 166 167 0 55 54 20 547 65 101
Binary 11010101 1110110 1110111 0 101101 101100 10000 101100111 110101 1000001

Color Harmonies of #D57677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57677

Black with #D57677

Text Example


Text Example

White with #D57677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57677; }

 p { color: rgb(213,118,119); }

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

background-color css

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

 a { background-color: rgb(213,118,119); }

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

border-color css

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

 span { border-color: rgb(213,118,119); }

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