Html Css Color HEX #DA7677 Froly

📋 copy color: '#DA7677'

red 218 ◦ green 118 ◦ blue 119

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

Shades of Froly #DA7677

Tints of Froly #DA7677

RGB

 RED value IS 218 (85.55% from 255) = 47.91%

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

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

R = 47.91%
G = 25.93%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7677 (or 0xDA7677) is known color: Froly. HEX triplet: DA, 76 and 77. RGB value is (218,118,119). Sum of RGB (Red+Green+Blue) = 218+118+119=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7677 is #258988. Grayscale: #949494. Windows color (decimal): -2460041 or 7829210. OLE color: 7829210.

HSL color Cylindrical-coordinate representation of color #DA7677: hue angle of 359.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7677 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 119 -
CMYK 0 0.46 0.45 0.15
HSL 359.4º 0.57% 0.66% -
HSV(B) 359.4º 0.46% 0.85% -
XYZ 38.72 29.19 21.05 -
YUV 148.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 218 118 119 0 0.46 0.45 0.15 359.4 0.57 0.66
Hex DA 76 77 0 2E 2D F 167 39 42
Octal 332 166 167 0 56 55 17 547 71 102
Binary 11011010 1110110 1110111 0 101110 101101 1111 101100111 111001 1000010

Color Harmonies of #DA7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7677

Black with #DA7677

Text Example


Text Example

White with #DA7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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