#D77565

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

Shades of Terra Cotta #D77565

Tints of Terra Cotta #D77565

Color information

#D77565 (or 0xD77565) is unknown color: approx Terra Cotta. HEX triplet: D7, 75 and 65. RGB value is (215,117,101). Sum of RGB (Red+Green+Blue) = 215+117+101=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77565 is #288A9A. Grayscale: #909090. Windows color (decimal): -2656923 or 6649303. OLE color: 6649303.

HSL color Cylindrical-coordinate representation of color #D77565: hue angle of 8.42º 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 #D77565 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215117101-
CMYK00.460.530.16
HSL8.42º58.76%61.96%-
HSV(B)8.42º53.02%84.31%-
XYZ36.7328.1115.8-
YUV144.48103.47178.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=49.65%
G=27.02%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511710100.460.530.168.4258.7661.96
HexD7756502E351083b3e
Octal3271651450566520107376
Binary11010111111010111001010101110110101100001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77565; }

 p { color: rgb(215,117,101); }

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

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

 a { background-color: rgb(215,117,101); }

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

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

 span { border-color: rgb(215,117,101); }

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