Html Css Color HEX #E77B76 Geraldine

📋 copy color: '#E77B76'

red 231 ◦ green 123 ◦ blue 118

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

Shades of Geraldine #E77B76

Tints of Geraldine #E77B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

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

R = 48.94%
G = 26.06%
B = 25%

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

#E77B76 (or 0xE77B76) is known color: Geraldine. HEX triplet: E7, 7B and 76. RGB value is (231,123,118). Sum of RGB (Red+Green+Blue) = 231+123+118=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B76 is #188489. Grayscale: #9A9A9A. Windows color (decimal): -1606794 or 7764967. OLE color: 7764967.

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

Color convert

RGB 231 123 118 -
CMYK 0 0.47 0.49 0.09
HSL 2.65º 0.7% 0.68% -
HSV(B) 2.65º 0.49% 0.91% -
XYZ 43.31 32.46 21.12 -
YUV 154.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 231 123 118 0 0.47 0.49 0.09 2.65 0.7 0.68
Hex E7 7B 76 0 2F 31 9 3 46 44
Octal 347 173 166 0 57 61 11 3 106 104
Binary 11100111 1111011 1110110 0 101111 110001 1001 11 1000110 1000100

Color Harmonies of #E77B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B76

Black with #E77B76

Text Example


Text Example

White with #E77B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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