Html Css Color HEX #E77C76 Geraldine

📋 copy color: '#E77C76'

red 231 ◦ green 124 ◦ blue 118

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

Shades of Geraldine #E77C76

Tints of Geraldine #E77C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 48.84%
G = 26.22%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77C76 (or 0xE77C76) is known color: Geraldine. HEX triplet: E7, 7C and 76. RGB value is (231,124,118). Sum of RGB (Red+Green+Blue) = 231+124+118=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C76 is #188389. Grayscale: #9B9B9B. Windows color (decimal): -1606538 or 7765223. OLE color: 7765223.

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

Color convert

RGB 231 124 118 -
CMYK 0 0.46 0.49 0.09
HSL 3.19º 0.7% 0.68% -
HSV(B) 3.19º 0.49% 0.91% -
XYZ 43.43 32.71 21.16 -
YUV 155.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 231 124 118 0 0.46 0.49 0.09 3.19 0.7 0.68
Hex E7 7C 76 0 2E 31 9 3 46 44
Octal 347 174 166 0 56 61 11 3 106 104
Binary 11100111 1111100 1110110 0 101110 110001 1001 11 1000110 1000100

Color Harmonies of #E77C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C76

Black with #E77C76

Text Example


Text Example

White with #E77C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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