Html Css Color HEX #E77B74 Geraldine

📋 copy color: '#E77B74'

red 231 ◦ green 123 ◦ blue 116

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

Shades of Geraldine #E77B74

Tints of Geraldine #E77B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 49.15%
G = 26.17%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77B74 (or 0xE77B74) is known color: Geraldine. HEX triplet: E7, 7B and 74. RGB value is (231,123,116). Sum of RGB (Red+Green+Blue) = 231+123+116=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B74 is #18848B. Grayscale: #9A9A9A. Windows color (decimal): -1606796 or 7633895. OLE color: 7633895.

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

Color convert

RGB 231 123 116 -
CMYK 0 0.47 0.50 0.09
HSL 3.65º 0.71% 0.68% -
HSV(B) 3.65º 0.5% 0.91% -
XYZ 43.19 32.42 20.5 -
YUV 154.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 231 123 116 0 0.47 0.50 0.09 3.65 0.71 0.68
Hex E7 7B 74 0 2F 32 9 4 47 44
Octal 347 173 164 0 57 62 11 4 107 104
Binary 11100111 1111011 1110100 0 101111 110010 1001 100 1000111 1000100

Color Harmonies of #E77B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B74

Black with #E77B74

Text Example


Text Example

White with #E77B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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