Html Css Color HEX #E7755A Terra Cotta

📋 copy color: '#E7755A'

red 231 ◦ green 117 ◦ blue 90

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

Shades of Terra Cotta #E7755A

Tints of Terra Cotta #E7755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 52.74%
G = 26.71%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7755A (or 0xE7755A) is known color: Terra Cotta. HEX triplet: E7, 75 and 5A. RGB value is (231,117,90). Sum of RGB (Red+Green+Blue) = 231+117+90=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7755A is #188AA5. Grayscale: #949494. Windows color (decimal): -1608358 or 5928423. OLE color: 5928423.

HSL color Cylindrical-coordinate representation of color #E7755A: hue angle of 11.49º 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 #E7755A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 117 90 -
CMYK 0 0.49 0.61 0.09
HSL 11.49º 0.75% 0.63% -
HSV(B) 11.49º 0.61% 0.91% -
XYZ 41.16 30.45 13.38 -
YUV 148.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 231 117 90 0 0.49 0.61 0.09 11.49 0.75 0.63
Hex E7 75 5A 0 31 3D 9 B 4B 3F
Octal 347 165 132 0 61 75 11 13 113 77
Binary 11100111 1110101 1011010 0 110001 111101 1001 1011 1001011 111111

Color Harmonies of #E7755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7755A

Black with #E7755A

Text Example


Text Example

White with #E7755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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