#E9777B

Color #E9777B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E9777B

Tints of Froly #E9777B

Color information

#E9777B (or 0xE9777B) is unknown color: approx Froly. HEX triplet: E9, 77 and 7B. RGB value is (233,119,123). Sum of RGB (Red+Green+Blue) = 233+119+123=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9777B is #168884. Grayscale: #999999. Windows color (decimal): -1476741 or 8091625. OLE color: 8091625.

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

Color convert

RGB233119123-
CMYK00.490.470.09
HSL357.89º72.15%69.02%-
HSV(B)357.89º48.93%91.37%-
XYZ43.7831.9522.6-
YUV153.54110.77184.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=49.05%
G=25.05%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311912300.490.470.09357.8972.1569.02
HexE9777B0312F91664845
Octal3511671730615711546110105
Binary11101001111011111110110110001101111100110110011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9777B; }

 p { color: rgb(233,119,123); }

 H1.HeaderClassName
 {
   color: #E9777B;
 }
 .AnyTagClassName
 {
   color: #E9777B;
 }
</style>
background-color css

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

 a { background-color: rgb(233,119,123); }

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

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

 span { border-color: rgb(233,119,123); }

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