Html Css Color HEX #E7755F Terra Cotta

📋 copy color: '#E7755F'

red 231 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #E7755F

Tints of Terra Cotta #E7755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 52.14%
G = 26.41%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7755F (or 0xE7755F) is known color: Terra Cotta. HEX triplet: E7, 75 and 5F. RGB value is (231,117,95). Sum of RGB (Red+Green+Blue) = 231+117+95=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7755F is #188AA0. Grayscale: #949494. Windows color (decimal): -1608353 or 6256103. OLE color: 6256103.

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

Color convert

RGB 231 117 95 -
CMYK 0 0.49 0.59 0.09
HSL 9.71º 0.74% 0.64% -
HSV(B) 9.71º 0.59% 0.91% -
XYZ 41.38 30.54 14.54 -
YUV 148.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 231 117 95 0 0.49 0.59 0.09 9.71 0.74 0.64
Hex E7 75 5F 0 31 3B 9 A 4A 40
Octal 347 165 137 0 61 73 11 12 112 100
Binary 11100111 1110101 1011111 0 110001 111011 1001 1010 1001010 1000000

Color Harmonies of #E7755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7755F

Black with #E7755F

Text Example


Text Example

White with #E7755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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