#E77B6B

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

Shades of Geraldine #E77B6B

Tints of Geraldine #E77B6B

Color information

#E77B6B (or 0xE77B6B) is unknown color: approx Geraldine. HEX triplet: E7, 7B and 6B. RGB value is (231,123,107). Sum of RGB (Red+Green+Blue) = 231+123+107=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B6B is #188494. Grayscale: #999999. Windows color (decimal): -1606805 or 7044071. OLE color: 7044071.

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

Color convert

RGB231123107-
CMYK00.470.540.09
HSL7.74º72.09%66.27%-
HSV(B)7.74º53.68%90.59%-
XYZ42.6932.2217.88-
YUV153.47101.78183.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=50.11%
G=26.68%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112310700.470.540.097.7472.0966.27
HexE77B6B02F36984842
Octal347173153057661110110102
Binary111001111111011110101101011111101101001100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77B6B; }

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

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

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

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

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

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

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

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