Html Css Color HEX #E77C7E Froly

📋 copy color: '#E77C7E'

red 231 ◦ green 124 ◦ blue 126

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

Shades of Froly #E77C7E

Tints of Froly #E77C7E

RGB

 RED value IS 231 (90.63% from 255) = 48.02%

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 48.02%
G = 25.78%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77C7E (or 0xE77C7E) is known color: Froly. HEX triplet: E7, 7C and 7E. RGB value is (231,124,126). Sum of RGB (Red+Green+Blue) = 231+124+126=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7E is #188381. Grayscale: #9C9C9C. Windows color (decimal): -1606530 or 8289511. OLE color: 8289511.

HSL color Cylindrical-coordinate representation of color #E77C7E: hue angle of 358.88º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77C7E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 124 126 -
CMYK 0 0.46 0.45 0.09
HSL 358.88º 0.69% 0.7% -
HSV(B) 358.88º 0.46% 0.91% -
XYZ 43.93 32.91 23.78 -
YUV 156.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 231 124 126 0 0.46 0.45 0.09 358.88 0.69 0.7
Hex E7 7C 7E 0 2E 2D 9 167 45 46
Octal 347 174 176 0 56 55 11 547 105 106
Binary 11100111 1111100 1111110 0 101110 101101 1001 101100111 1000101 1000110

Color Harmonies of #E77C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C7E

Black with #E77C7E

Text Example


Text Example

White with #E77C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C7E; }

 p { color: rgb(231,124,126); }

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

background-color css

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

 a { background-color: rgb(231,124,126); }

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

border-color css

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

 span { border-color: rgb(231,124,126); }

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