Html Css Color HEX #D77068 Terra Cotta

📋 copy color: '#D77068'

red 215 ◦ green 112 ◦ blue 104

#D77068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #D77068

Tints of Terra Cotta #D77068

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 49.88%
G = 25.99%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D77068 (or 0xD77068) is known color: Terra Cotta. HEX triplet: D7, 70 and 68. RGB value is (215,112,104). Sum of RGB (Red+Green+Blue) = 215+112+104=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D77068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77068 is #288F97. Grayscale: #8E8E8E. Windows color (decimal): -2658200 or 6844631. OLE color: 6844631.

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

Color convert

RGB 215 112 104 -
CMYK 0 0.48 0.52 0.16
HSL 4.32º 0.58% 0.63% -
HSV(B) 4.32º 0.52% 0.84% -
XYZ 36.32 27.03 16.4 -
YUV 141.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 215 112 104 0 0.48 0.52 0.16 4.32 0.58 0.63
Hex D7 70 68 0 30 34 10 4 3A 3F
Octal 327 160 150 0 60 64 20 4 72 77
Binary 11010111 1110000 1101000 0 110000 110100 10000 100 111010 111111

Color Harmonies of #D77068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77068

Black with #D77068

Text Example


Text Example

White with #D77068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77068; }

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

 H1.HeaderClassName
 {
   color: #D77068;
 }
 .AnyTagClassName
 {
   color: #D77068;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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