#E7776A

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

Shades of Geraldine #E7776A

Tints of Geraldine #E7776A

Color information

#E7776A (or 0xE7776A) is unknown color: approx Geraldine. HEX triplet: E7, 77 and 6A. RGB value is (231,119,106). Sum of RGB (Red+Green+Blue) = 231+119+106=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7776A is #188895. Grayscale: #979797. Windows color (decimal): -1607830 or 6977511. OLE color: 6977511.

HSL color Cylindrical-coordinate representation of color #E7776A: hue angle of 6.24º 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 #E7776A is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231119106-
CMYK00.480.540.09
HSL6.24º72.25%66.08%-
HSV(B)6.24º54.11%90.59%-
XYZ42.1531.2217.44-
YUV151.01102.61185.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=50.66%
G=26.10%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111910600.480.540.096.2472.2566.08
HexE7776A03036964842
Octal34716715206066116110102
Binary11100111111011111010100110000110110100111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7776A; }

 p { color: rgb(231,119,106); }

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

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

 a { background-color: rgb(231,119,106); }

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

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

 span { border-color: rgb(231,119,106); }

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