Html Css Color HEX #D77768 Terra Cotta

📋 copy color: '#D77768'

red 215 ◦ green 119 ◦ blue 104

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

Shades of Terra Cotta #D77768

Tints of Terra Cotta #D77768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

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

R = 49.09%
G = 27.17%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D77768 (or 0xD77768) is known color: Terra Cotta. HEX triplet: D7, 77 and 68. RGB value is (215,119,104). Sum of RGB (Red+Green+Blue) = 215+119+104=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D77768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77768 is #288897. Grayscale: #929292. Windows color (decimal): -2656408 or 6846423. OLE color: 6846423.

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

Color convert

RGB 215 119 104 -
CMYK 0 0.45 0.52 0.16
HSL 8.11º 0.58% 0.63% -
HSV(B) 8.11º 0.52% 0.84% -
XYZ 37.12 28.64 16.67 -
YUV 145.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 215 119 104 0 0.45 0.52 0.16 8.11 0.58 0.63
Hex D7 77 68 0 2D 34 10 8 3A 3F
Octal 327 167 150 0 55 64 20 10 72 77
Binary 11010111 1110111 1101000 0 101101 110100 10000 1000 111010 111111

Color Harmonies of #D77768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77768

Black with #D77768

Text Example


Text Example

White with #D77768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77768; }

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

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

background-color css

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

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

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

border-color css

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

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

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