Html Css Color HEX #E77B5E Terra Cotta

📋 copy color: '#E77B5E'

red 231 ◦ green 123 ◦ blue 94

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

Shades of Terra Cotta #E77B5E

Tints of Terra Cotta #E77B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 51.56%
G = 27.46%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E77B5E (or 0xE77B5E) is known color: Terra Cotta. HEX triplet: E7, 7B and 5E. RGB value is (231,123,94). Sum of RGB (Red+Green+Blue) = 231+123+94=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B5E is #1884A1. Grayscale: #989898. Windows color (decimal): -1606818 or 6192103. OLE color: 6192103.

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

Color convert

RGB 231 123 94 -
CMYK 0 0.47 0.59 0.09
HSL 12.7º 0.74% 0.64% -
HSV(B) 12.7º 0.59% 0.91% -
XYZ 42.06 31.96 14.54 -
YUV 151.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 231 123 94 0 0.47 0.59 0.09 12.7 0.74 0.64
Hex E7 7B 5E 0 2F 3B 9 D 4A 40
Octal 347 173 136 0 57 73 11 15 112 100
Binary 11100111 1111011 1011110 0 101111 111011 1001 1101 1001010 1000000

Color Harmonies of #E77B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B5E

Black with #E77B5E

Text Example


Text Example

White with #E77B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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