Html Css Color HEX #E7755D Terra Cotta

📋 copy color: '#E7755D'

red 231 ◦ green 117 ◦ blue 93

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

Shades of Terra Cotta #E7755D

Tints of Terra Cotta #E7755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 52.38%
G = 26.53%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7755D (or 0xE7755D) is known color: Terra Cotta. HEX triplet: E7, 75 and 5D. RGB value is (231,117,93). Sum of RGB (Red+Green+Blue) = 231+117+93=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7755D is #188AA2. Grayscale: #949494. Windows color (decimal): -1608355 or 6125031. OLE color: 6125031.

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

Color convert

RGB 231 117 93 -
CMYK 0 0.49 0.60 0.09
HSL 10.43º 0.74% 0.64% -
HSV(B) 10.43º 0.6% 0.91% -
XYZ 41.29 30.5 14.07 -
YUV 148.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 231 117 93 0 0.49 0.60 0.09 10.43 0.74 0.64
Hex E7 75 5D 0 31 3C 9 A 4A 40
Octal 347 165 135 0 61 74 11 12 112 100
Binary 11100111 1110101 1011101 0 110001 111100 1001 1010 1001010 1000000

Color Harmonies of #E7755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7755D

Black with #E7755D

Text Example


Text Example

White with #E7755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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