Html Css Color HEX #E77A72 Geraldine

📋 copy color: '#E77A72'

red 231 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #E77A72

Tints of Geraldine #E77A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 49.46%
G = 26.12%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77A72 (or 0xE77A72) is known color: Geraldine. HEX triplet: E7, 7A and 72. RGB value is (231,122,114). Sum of RGB (Red+Green+Blue) = 231+122+114=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A72 is #18858D. Grayscale: #999999. Windows color (decimal): -1607054 or 7502567. OLE color: 7502567.

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

Color convert

RGB 231 122 114 -
CMYK 0 0.47 0.51 0.09
HSL 4.1º 0.71% 0.68% -
HSV(B) 4.1º 0.51% 0.91% -
XYZ 42.95 32.12 19.86 -
YUV 153.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 231 122 114 0 0.47 0.51 0.09 4.1 0.71 0.68
Hex E7 7A 72 0 2F 33 9 4 47 44
Octal 347 172 162 0 57 63 11 4 107 104
Binary 11100111 1111010 1110010 0 101111 110011 1001 100 1000111 1000100

Color Harmonies of #E77A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A72

Black with #E77A72

Text Example


Text Example

White with #E77A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A72; }

 p { color: rgb(231,122,114); }

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

background-color css

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

 a { background-color: rgb(231,122,114); }

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

border-color css

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

 span { border-color: rgb(231,122,114); }

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