Html Css Color HEX #E77A77 Geraldine

📋 copy color: '#E77A77'

red 231 ◦ green 122 ◦ blue 119

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

Shades of Geraldine #E77A77

Tints of Geraldine #E77A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 48.94%
G = 25.85%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77A77 (or 0xE77A77) is known color: Geraldine. HEX triplet: E7, 7A and 77. RGB value is (231,122,119). Sum of RGB (Red+Green+Blue) = 231+122+119=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A77 is #188588. Grayscale: #9A9A9A. Windows color (decimal): -1607049 or 7830247. OLE color: 7830247.

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

Color convert

RGB 231 122 119 -
CMYK 0 0.47 0.48 0.09
HSL 1.61º 0.7% 0.69% -
HSV(B) 1.61º 0.48% 0.91% -
XYZ 43.24 32.24 21.4 -
YUV 154.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 231 122 119 0 0.47 0.48 0.09 1.61 0.7 0.69
Hex E7 7A 77 0 2F 30 9 2 46 45
Octal 347 172 167 0 57 60 11 2 106 105
Binary 11100111 1111010 1110111 0 101111 110000 1001 10 1000110 1000101

Color Harmonies of #E77A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A77

Black with #E77A77

Text Example


Text Example

White with #E77A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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