Html Css Color HEX #E77A76 Geraldine

📋 copy color: '#E77A76'

red 231 ◦ green 122 ◦ blue 118

#E77A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #E77A76

Tints of Geraldine #E77A76

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 49.04%
G = 25.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77A76 (or 0xE77A76) is known color: Geraldine. HEX triplet: E7, 7A and 76. RGB value is (231,122,118). Sum of RGB (Red+Green+Blue) = 231+122+118=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A76 is #188589. Grayscale: #9A9A9A. Windows color (decimal): -1607050 or 7764711. OLE color: 7764711.

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

Color convert

RGB 231 122 118 -
CMYK 0 0.47 0.49 0.09
HSL 2.12º 0.7% 0.68% -
HSV(B) 2.12º 0.49% 0.91% -
XYZ 43.18 32.22 21.08 -
YUV 154.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 231 122 118 0 0.47 0.49 0.09 2.12 0.7 0.68
Hex E7 7A 76 0 2F 31 9 2 46 44
Octal 347 172 166 0 57 61 11 2 106 104
Binary 11100111 1111010 1110110 0 101111 110001 1001 10 1000110 1000100

Color Harmonies of #E77A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A76

Black with #E77A76

Text Example


Text Example

White with #E77A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A76; }

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

 H1.HeaderClassName
 {
   color: #E77A76;
 }
 .AnyTagClassName
 {
   color: #E77A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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