Html Css Color HEX #E77D77 Geraldine

📋 copy color: '#E77D77'

red 231 ◦ green 125 ◦ blue 119

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

Shades of Geraldine #E77D77

Tints of Geraldine #E77D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 48.63%
G = 26.32%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77D77 (or 0xE77D77) is known color: Geraldine. HEX triplet: E7, 7D and 77. RGB value is (231,125,119). Sum of RGB (Red+Green+Blue) = 231+125+119=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D77 is #188288. Grayscale: #9C9C9C. Windows color (decimal): -1606281 or 7831015. OLE color: 7831015.

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

Color convert

RGB 231 125 119 -
CMYK 0 0.46 0.48 0.09
HSL 3.21º 0.7% 0.69% -
HSV(B) 3.21º 0.48% 0.91% -
XYZ 43.62 32.99 21.52 -
YUV 156.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 231 125 119 0 0.46 0.48 0.09 3.21 0.7 0.69
Hex E7 7D 77 0 2E 30 9 3 46 45
Octal 347 175 167 0 56 60 11 3 106 105
Binary 11100111 1111101 1110111 0 101110 110000 1001 11 1000110 1000101

Color Harmonies of #E77D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D77

Black with #E77D77

Text Example


Text Example

White with #E77D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D77; }

 p { color: rgb(231,125,119); }

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

background-color css

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

 a { background-color: rgb(231,125,119); }

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

border-color css

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

 span { border-color: rgb(231,125,119); }

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