Html Css Color HEX #E77B7F Froly

📋 copy color: '#E77B7F'

red 231 ◦ green 123 ◦ blue 127

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

Shades of Froly #E77B7F

Tints of Froly #E77B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

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

R = 48.02%
G = 25.57%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77B7F (or 0xE77B7F) is known color: Froly. HEX triplet: E7, 7B and 7F. RGB value is (231,123,127). Sum of RGB (Red+Green+Blue) = 231+123+127=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B7F is #188480. Grayscale: #9B9B9B. Windows color (decimal): -1606785 or 8354791. OLE color: 8354791.

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

Color convert

RGB 231 123 127 -
CMYK 0 0.47 0.45 0.09
HSL 357.78º 0.69% 0.69% -
HSV(B) 357.78º 0.47% 0.91% -
XYZ 43.87 32.69 24.08 -
YUV 155.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 231 123 127 0 0.47 0.45 0.09 357.78 0.69 0.69
Hex E7 7B 7F 0 2F 2D 9 166 45 45
Octal 347 173 177 0 57 55 11 546 105 105
Binary 11100111 1111011 1111111 0 101111 101101 1001 101100110 1000101 1000101

Color Harmonies of #E77B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B7F

Black with #E77B7F

Text Example


Text Example

White with #E77B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B7F; }

 p { color: rgb(231,123,127); }

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

background-color css

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

 a { background-color: rgb(231,123,127); }

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

border-color css

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

 span { border-color: rgb(231,123,127); }

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