Html Css Color HEX #D77766 Terra Cotta

📋 copy color: '#D77766'

red 215 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #D77766

Tints of Terra Cotta #D77766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 49.31%
G = 27.29%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77766 (or 0xD77766) is known color: Terra Cotta. HEX triplet: D7, 77 and 66. RGB value is (215,119,102). Sum of RGB (Red+Green+Blue) = 215+119+102=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77766 is #288899. Grayscale: #919191. Windows color (decimal): -2656410 or 6715351. OLE color: 6715351.

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

Color convert

RGB 215 119 102 -
CMYK 0 0.45 0.53 0.16
HSL 9.03º 0.59% 0.62% -
HSV(B) 9.03º 0.53% 0.84% -
XYZ 37.02 28.6 16.14 -
YUV 145.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 215 119 102 0 0.45 0.53 0.16 9.03 0.59 0.62
Hex D7 77 66 0 2D 35 10 9 3B 3E
Octal 327 167 146 0 55 65 20 11 73 76
Binary 11010111 1110111 1100110 0 101101 110101 10000 1001 111011 111110

Color Harmonies of #D77766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77766

Black with #D77766

Text Example


Text Example

White with #D77766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77766; }

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

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

background-color css

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

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

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

border-color css

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

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

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