Html Css Color HEX #D87761 Terra Cotta

📋 copy color: '#D87761'

red 216 ◦ green 119 ◦ blue 97

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

Shades of Terra Cotta #D87761

Tints of Terra Cotta #D87761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 50%
G = 27.55%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D87761 (or 0xD87761) is known color: Terra Cotta. HEX triplet: D8, 77 and 61. RGB value is (216,119,97). Sum of RGB (Red+Green+Blue) = 216+119+97=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D87761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87761 is #27889E. Grayscale: #919191. Windows color (decimal): -2590879 or 6387672. OLE color: 6387672.

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

Color convert

RGB 216 119 97 -
CMYK 0 0.45 0.55 0.15
HSL 11.09º 0.6% 0.61% -
HSV(B) 11.09º 0.55% 0.85% -
XYZ 37.07 28.66 14.89 -
YUV 145.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 216 119 97 0 0.45 0.55 0.15 11.09 0.6 0.61
Hex D8 77 61 0 2D 37 F B 3C 3D
Octal 330 167 141 0 55 67 17 13 74 75
Binary 11011000 1110111 1100001 0 101101 110111 1111 1011 111100 111101

Color Harmonies of #D87761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87761

Black with #D87761

Text Example


Text Example

White with #D87761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87761; }

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

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

background-color css

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

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

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

border-color css

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

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

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