#D87767

Color #D87767 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #D87767

Tints of Terra Cotta #D87767

Color information

#D87767 (or 0xD87767) is unknown color: approx Terra Cotta. HEX triplet: D8, 77 and 67. RGB value is (216,119,103). Sum of RGB (Red+Green+Blue) = 216+119+103=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D87767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87767 is #278898. Grayscale: #929292. Windows color (decimal): -2590873 or 6780888. OLE color: 6780888.

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

Color convert

RGB216119103-
CMYK00.450.520.15
HSL8.5º59.16%62.55%-
HSV(B)8.5º52.31%84.71%-
XYZ37.3628.7716.42-
YUV146.18103.64177.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=49.32%
G=27.17%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611910300.450.520.158.559.1662.55
HexD8776702D34F83b3f
Octal3301671470556417107377
Binary1101100011101111100111010110111010011111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87767; }

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

 H1.HeaderClassName
 {
   color: #D87767;
 }
 .AnyTagClassName
 {
   color: #D87767;
 }
</style>
background-color css

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

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

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

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

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

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