#D77568

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

Shades of Terra Cotta #D77568

Tints of Terra Cotta #D77568

Color information

#D77568 (or 0xD77568) is unknown color: approx Terra Cotta. HEX triplet: D7, 75 and 68. RGB value is (215,117,104). Sum of RGB (Red+Green+Blue) = 215+117+104=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77568 is #288A97. Grayscale: #909090. Windows color (decimal): -2656920 or 6845911. OLE color: 6845911.

HSL color Cylindrical-coordinate representation of color #D77568: hue angle of 7.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77568 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215117104-
CMYK00.460.520.16
HSL7.03º58.12%62.55%-
HSV(B)7.03º51.63%84.31%-
XYZ36.8828.1716.59-
YUV144.82104.97178.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=49.31%
G=26.83%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511710400.460.520.167.0358.1262.55
HexD7756802E341073a3f
Octal327165150056642077277
Binary1101011111101011101000010111011010010000111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77568; }

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

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

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

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

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

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

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

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