Html Css Color HEX #E77C7B Geraldine

📋 copy color: '#E77C7B'

red 231 ◦ green 124 ◦ blue 123

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

Shades of Geraldine #E77C7B

Tints of Geraldine #E77C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.73%

R = 48.33%
G = 25.94%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E77C7B (or 0xE77C7B) is known color: Geraldine. HEX triplet: E7, 7C and 7B. RGB value is (231,124,123). Sum of RGB (Red+Green+Blue) = 231+124+123=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7B is #188384. Grayscale: #9B9B9B. Windows color (decimal): -1606533 or 8092903. OLE color: 8092903.

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

Color convert

RGB 231 124 123 -
CMYK 0 0.46 0.47 0.09
HSL 0.56º 0.69% 0.69% -
HSV(B) 0.56º 0.47% 0.91% -
XYZ 43.74 32.83 22.77 -
YUV 155.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 231 124 123 0 0.46 0.47 0.09 0.56 0.69 0.69
Hex E7 7C 7B 0 2E 2F 9 1 45 45
Octal 347 174 173 0 56 57 11 1 105 105
Binary 11100111 1111100 1111011 0 101110 101111 1001 1 1000101 1000101

Color Harmonies of #E77C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C7B

Black with #E77C7B

Text Example


Text Example

White with #E77C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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