#e77d72

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

Shades of Geraldine #E77D72

Tints of Geraldine #E77D72

Color information

#E77D72 (or 0xE77D72) is unknown color: approx Geraldine. HEX triplet: E7, 7D and 72. RGB value is (231,125,114). Sum of RGB (Red+Green+Blue) = 231+125+114=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D72 is #18828D. Grayscale: #9B9B9B. Windows color (decimal): -1606286 or 7503335. OLE color: 7503335.

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

Color convert

RGB231125114-
CMYK00.460.510.09
HSL5.64º70.91%67.65%-
HSV(B)5.64º50.65%90.59%-
XYZ43.3332.8719.98-
YUV155.44104.62181.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=49.15%
G=26.60%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112511400.460.510.095.6470.9167.65
HexE77D7202E33964744
Octal34717516205663116107104
Binary11100111111110111100100101110110011100111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77d72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77d72; }

 p { color: rgb(231,125,114); }

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

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

 a { background-color: rgb(231,125,114); }

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

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

 span { border-color: rgb(231,125,114); }

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