Html Css Color HEX #E76A68 Terra Cotta

📋 copy color: '#E76A68'

red 231 ◦ green 106 ◦ blue 104

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

Shades of Terra Cotta #E76A68

Tints of Terra Cotta #E76A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 52.38%
G = 24.04%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76A68 (or 0xE76A68) is known color: Terra Cotta. HEX triplet: E7, 6A and 68. RGB value is (231,106,104). Sum of RGB (Red+Green+Blue) = 231+106+104=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A68 is #189597. Grayscale: #8F8F8F. Windows color (decimal): -1611160 or 6843111. OLE color: 6843111.

HSL color Cylindrical-coordinate representation of color #E76A68: hue angle of 0.94º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76A68 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 104 -
CMYK 0 0.54 0.55 0.09
HSL 0.94º 0.73% 0.66% -
HSV(B) 0.94º 0.55% 0.91% -
XYZ 40.61 28.3 16.42 -
YUV 143.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 231 106 104 0 0.54 0.55 0.09 0.94 0.73 0.66
Hex E7 6A 68 0 36 37 9 1 49 42
Octal 347 152 150 0 66 67 11 1 111 102
Binary 11100111 1101010 1101000 0 110110 110111 1001 1 1001001 1000010

Color Harmonies of #E76A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A68

Black with #E76A68

Text Example


Text Example

White with #E76A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A68; }

 p { color: rgb(231,106,104); }

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

background-color css

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

 a { background-color: rgb(231,106,104); }

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

border-color css

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

 span { border-color: rgb(231,106,104); }

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