#E7767A

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

Shades of Froly #E7767A

Tints of Froly #E7767A

Color information

#E7767A (or 0xE7767A) is unknown color: approx Froly. HEX triplet: E7, 76 and 7A. RGB value is (231,118,122). Sum of RGB (Red+Green+Blue) = 231+118+122=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7767A is #188985. Grayscale: #989898. Windows color (decimal): -1608070 or 8025831. OLE color: 8025831.

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

Color convert

RGB231118122-
CMYK00.490.470.09
HSL357.88º70.19%68.43%-
HSV(B)357.88º48.92%90.59%-
XYZ42.9531.3522.2-
YUV152.24110.94184.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=49.04%
G=25.05%
B=25.90%

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
Decimal23111812200.490.470.09357.8870.1968.43
HexE7767A0312F91664644
Octal3471661720615711546106104
Binary11100111111011011110100110001101111100110110011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7767A; }

 p { color: rgb(231,118,122); }

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

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

 a { background-color: rgb(231,118,122); }

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

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

 span { border-color: rgb(231,118,122); }

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