Html Css Color HEX #D77666 Terra Cotta

📋 copy color: '#D77666'

red 215 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #D77666

Tints of Terra Cotta #D77666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 49.43%
G = 27.13%
B = 23.45%

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

#D77666 (or 0xD77666) is known color: Terra Cotta. HEX triplet: D7, 76 and 66. RGB value is (215,118,102). Sum of RGB (Red+Green+Blue) = 215+118+102=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77666 is #288999. Grayscale: #919191. Windows color (decimal): -2656666 or 6715095. OLE color: 6715095.

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

Color convert

RGB 215 118 102 -
CMYK 0 0.45 0.53 0.16
HSL 8.5º 0.59% 0.62% -
HSV(B) 8.5º 0.53% 0.84% -
XYZ 36.9 28.36 16.1 -
YUV 145.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 215 118 102 0 0.45 0.53 0.16 8.5 0.59 0.62
Hex D7 76 66 0 2D 35 10 8 3B 3E
Octal 327 166 146 0 55 65 20 10 73 76
Binary 11010111 1110110 1100110 0 101101 110101 10000 1000 111011 111110

Color Harmonies of #D77666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77666

Black with #D77666

Text Example


Text Example

White with #D77666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77666; }

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

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

background-color css

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

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

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

border-color css

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

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

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