Html Css Color HEX #E77B75 Geraldine

📋 copy color: '#E77B75'

red 231 ◦ green 123 ◦ blue 117

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

Shades of Geraldine #E77B75

Tints of Geraldine #E77B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 49.04%
G = 26.11%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77B75 (or 0xE77B75) is known color: Geraldine. HEX triplet: E7, 7B and 75. RGB value is (231,123,117). Sum of RGB (Red+Green+Blue) = 231+123+117=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B75 is #18848A. Grayscale: #9A9A9A. Windows color (decimal): -1606795 or 7699431. OLE color: 7699431.

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

Color convert

RGB 231 123 117 -
CMYK 0 0.47 0.49 0.09
HSL 3.16º 0.7% 0.68% -
HSV(B) 3.16º 0.49% 0.91% -
XYZ 43.25 32.44 20.81 -
YUV 154.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 231 123 117 0 0.47 0.49 0.09 3.16 0.7 0.68
Hex E7 7B 75 0 2F 31 9 3 46 44
Octal 347 173 165 0 57 61 11 3 106 104
Binary 11100111 1111011 1110101 0 101111 110001 1001 11 1000110 1000100

Color Harmonies of #E77B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B75

Black with #E77B75

Text Example


Text Example

White with #E77B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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