Html Css Color HEX #E77B78 Geraldine

📋 copy color: '#E77B78'

red 231 ◦ green 123 ◦ blue 120

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

Shades of Geraldine #E77B78

Tints of Geraldine #E77B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 48.73%
G = 25.95%
B = 25.32%

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

#E77B78 (or 0xE77B78) is known color: Geraldine. HEX triplet: E7, 7B and 78. RGB value is (231,123,120). Sum of RGB (Red+Green+Blue) = 231+123+120=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B78 is #188487. Grayscale: #9B9B9B. Windows color (decimal): -1606792 or 7896039. OLE color: 7896039.

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

Color convert

RGB 231 123 120 -
CMYK 0 0.47 0.48 0.09
HSL 1.62º 0.7% 0.69% -
HSV(B) 1.62º 0.48% 0.91% -
XYZ 43.43 32.51 21.76 -
YUV 154.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 231 123 120 0 0.47 0.48 0.09 1.62 0.7 0.69
Hex E7 7B 78 0 2F 30 9 2 46 45
Octal 347 173 170 0 57 60 11 2 106 105
Binary 11100111 1111011 1111000 0 101111 110000 1001 10 1000110 1000101

Color Harmonies of #E77B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B78

Black with #E77B78

Text Example


Text Example

White with #E77B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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