Html Css Color HEX #E7775A Terra Cotta

📋 copy color: '#E7775A'

red 231 ◦ green 119 ◦ blue 90

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

Shades of Terra Cotta #E7775A

Tints of Terra Cotta #E7775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.05%

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 52.5%
G = 27.05%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7775A (or 0xE7775A) is known color: Terra Cotta. HEX triplet: E7, 77 and 5A. RGB value is (231,119,90). Sum of RGB (Red+Green+Blue) = 231+119+90=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7775A is #1888A5. Grayscale: #959595. Windows color (decimal): -1607846 or 5928935. OLE color: 5928935.

HSL color Cylindrical-coordinate representation of color #E7775A: hue angle of 12.34º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7775A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 119 90 -
CMYK 0 0.48 0.61 0.09
HSL 12.34º 0.75% 0.63% -
HSV(B) 12.34º 0.61% 0.91% -
XYZ 41.4 30.92 13.46 -
YUV 149.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 231 119 90 0 0.48 0.61 0.09 12.34 0.75 0.63
Hex E7 77 5A 0 30 3D 9 C 4B 3F
Octal 347 167 132 0 60 75 11 14 113 77
Binary 11100111 1110111 1011010 0 110000 111101 1001 1100 1001011 111111

Color Harmonies of #E7775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7775A

Black with #E7775A

Text Example


Text Example

White with #E7775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7775A; }

 p { color: rgb(231,119,90); }

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

background-color css

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

 a { background-color: rgb(231,119,90); }

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

border-color css

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

 span { border-color: rgb(231,119,90); }

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