Html Css Color HEX #D77764 Terra Cotta

📋 copy color: '#D77764'

red 215 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #D77764

Tints of Terra Cotta #D77764

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

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

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 49.54%
G = 27.42%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77764 (or 0xD77764) is known color: Terra Cotta. HEX triplet: D7, 77 and 64. RGB value is (215,119,100). Sum of RGB (Red+Green+Blue) = 215+119+100=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77764 is #28889B. Grayscale: #919191. Windows color (decimal): -2656412 or 6584279. OLE color: 6584279.

HSL color Cylindrical-coordinate representation of color #D77764: hue angle of 9.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D77764 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 100 -
CMYK 0 0.45 0.53 0.16
HSL 9.91º 0.59% 0.62% -
HSV(B) 9.91º 0.53% 0.84% -
XYZ 36.92 28.56 15.62 -
YUV 145.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 215 119 100 0 0.45 0.53 0.16 9.91 0.59 0.62
Hex D7 77 64 0 2D 35 10 A 3B 3E
Octal 327 167 144 0 55 65 20 12 73 76
Binary 11010111 1110111 1100100 0 101101 110101 10000 1010 111011 111110

Color Harmonies of #D77764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77764

Black with #D77764

Text Example


Text Example

White with #D77764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77764; }

 p { color: rgb(215,119,100); }

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

background-color css

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

 a { background-color: rgb(215,119,100); }

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

border-color css

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

 span { border-color: rgb(215,119,100); }

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