#D77161

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

Shades of Terra Cotta #D77161

Tints of Terra Cotta #D77161

Color information

#D77161 (or 0xD77161) is unknown color: approx Terra Cotta. HEX triplet: D7, 71 and 61. RGB value is (215,113,97). Sum of RGB (Red+Green+Blue) = 215+113+97=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77161 is #288E9E. Grayscale: #8D8D8D. Windows color (decimal): -2657951 or 6386135. OLE color: 6386135.

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

Color convert

RGB21511397-
CMYK00.470.550.16
HSL8.14º59.6%61.18%-
HSV(B)8.14º54.88%84.31%-
XYZ36.0927.1214.64-
YUV141.67102.79180.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=50.59%
G=26.59%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151139700.470.550.168.1459.661.18
HexD7716102F371083c3d
Octal3271611410576720107475
Binary11010111111000111000010101111110111100001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77161; }

 p { color: rgb(215,113,97); }

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

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

 a { background-color: rgb(215,113,97); }

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

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

 span { border-color: rgb(215,113,97); }

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