Html Css Color HEX #DA7577 Froly

📋 copy color: '#DA7577'

red 218 ◦ green 117 ◦ blue 119

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

Shades of Froly #DA7577

Tints of Froly #DA7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 48.02%
G = 25.77%
B = 26.21%

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

#DA7577 (or 0xDA7577) is known color: Froly. HEX triplet: DA, 75 and 77. RGB value is (218,117,119). Sum of RGB (Red+Green+Blue) = 218+117+119=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7577 is #258A88. Grayscale: #939393. Windows color (decimal): -2460297 or 7828954. OLE color: 7828954.

HSL color Cylindrical-coordinate representation of color #DA7577: hue angle of 358.81º degrees, saturation: 0.58, 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 #DA7577 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 119 -
CMYK 0 0.46 0.45 0.15
HSL 358.81º 0.58% 0.66% -
HSV(B) 358.81º 0.46% 0.85% -
XYZ 38.6 28.96 21.01 -
YUV 147.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 218 117 119 0 0.46 0.45 0.15 358.81 0.58 0.66
Hex DA 75 77 0 2E 2D F 167 3A 42
Octal 332 165 167 0 56 55 17 547 72 102
Binary 11011010 1110101 1110111 0 101110 101101 1111 101100111 111010 1000010

Color Harmonies of #DA7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7577

Black with #DA7577

Text Example


Text Example

White with #DA7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7577; }

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

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

background-color css

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

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

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

border-color css

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

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

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