Html Css Color HEX #D87764 Terra Cotta

📋 copy color: '#D87764'

red 216 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #D87764

Tints of Terra Cotta #D87764

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

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

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

R = 49.66%
G = 27.36%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D87764 (or 0xD87764) is known color: Terra Cotta. HEX triplet: D8, 77 and 64. RGB value is (216,119,100). Sum of RGB (Red+Green+Blue) = 216+119+100=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D87764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87764 is #27889B. Grayscale: #929292. Windows color (decimal): -2590876 or 6584280. OLE color: 6584280.

HSL color Cylindrical-coordinate representation of color #D87764: hue angle of 9.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D87764 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 100 -
CMYK 0 0.45 0.54 0.15
HSL 9.83º 0.6% 0.62% -
HSV(B) 9.83º 0.54% 0.85% -
XYZ 37.22 28.71 15.64 -
YUV 145.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 216 119 100 0 0.45 0.54 0.15 9.83 0.6 0.62
Hex D8 77 64 0 2D 36 F A 3C 3E
Octal 330 167 144 0 55 66 17 12 74 76
Binary 11011000 1110111 1100100 0 101101 110110 1111 1010 111100 111110

Color Harmonies of #D87764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87764

Black with #D87764

Text Example


Text Example

White with #D87764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87764; }

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

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

background-color css

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

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

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

border-color css

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

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

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