Html Css Color HEX #E77C68 Geraldine

📋 copy color: '#E77C68'

red 231 ◦ green 124 ◦ blue 104

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

Shades of Geraldine #E77C68

Tints of Geraldine #E77C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 50.33%
G = 27.02%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77C68 (or 0xE77C68) is known color: Geraldine. HEX triplet: E7, 7C and 68. RGB value is (231,124,104). Sum of RGB (Red+Green+Blue) = 231+124+104=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C68 is #188397. Grayscale: #999999. Windows color (decimal): -1606552 or 6847719. OLE color: 6847719.

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

Color convert

RGB 231 124 104 -
CMYK 0 0.46 0.55 0.09
HSL 9.45º 0.73% 0.66% -
HSV(B) 9.45º 0.55% 0.91% -
XYZ 42.66 32.4 17.1 -
YUV 153.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 231 124 104 0 0.46 0.55 0.09 9.45 0.73 0.66
Hex E7 7C 68 0 2E 37 9 9 49 42
Octal 347 174 150 0 56 67 11 11 111 102
Binary 11100111 1111100 1101000 0 101110 110111 1001 1001 1001001 1000010

Color Harmonies of #E77C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C68

Black with #E77C68

Text Example


Text Example

White with #E77C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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