Html Css Color HEX #E77F76 Geraldine

📋 copy color: '#E77F76'

red 231 ◦ green 127 ◦ blue 118

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

Shades of Geraldine #E77F76

Tints of Geraldine #E77F76

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 48.53%
G = 26.68%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77F76 (or 0xE77F76) is known color: Geraldine. HEX triplet: E7, 7F and 76. RGB value is (231,127,118). Sum of RGB (Red+Green+Blue) = 231+127+118=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F76 is #188089. Grayscale: #9D9D9D. Windows color (decimal): -1605770 or 7765991. OLE color: 7765991.

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

Color convert

RGB 231 127 118 -
CMYK 0 0.45 0.49 0.09
HSL 4.78º 0.7% 0.68% -
HSV(B) 4.78º 0.49% 0.91% -
XYZ 43.81 33.48 21.29 -
YUV 157.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 231 127 118 0 0.45 0.49 0.09 4.78 0.7 0.68
Hex E7 7F 76 0 2D 31 9 5 46 44
Octal 347 177 166 0 55 61 11 5 106 104
Binary 11100111 1111111 1110110 0 101101 110001 1001 101 1000110 1000100

Color Harmonies of #E77F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F76

Black with #E77F76

Text Example


Text Example

White with #E77F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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