#D77461

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

Shades of Terra Cotta #D77461

Tints of Terra Cotta #D77461

Color information

#D77461 (or 0xD77461) is unknown color: approx Terra Cotta. HEX triplet: D7, 74 and 61. RGB value is (215,116,97). Sum of RGB (Red+Green+Blue) = 215+116+97=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77461 is #288B9E. Grayscale: #8F8F8F. Windows color (decimal): -2657183 or 6386903. OLE color: 6386903.

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

Color convert

RGB21511697-
CMYK00.460.550.16
HSL9.66º59.6%61.18%-
HSV(B)9.66º54.88%84.31%-
XYZ36.4327.814.76-
YUV143.44101.8179.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=50.23%
G=27.10%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151169700.460.550.169.6659.661.18
HexD7746102E3710a3c3d
Octal3271641410566720127475
Binary11010111111010011000010101110110111100001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77461; }

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

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

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

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

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

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

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

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