Html Css Color HEX #D77161 Terra Cotta

📋 copy color: '#D77161'

red 215 ◦ green 113 ◦ blue 97

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

Shades of Terra Cotta #D77161

Tints of Terra Cotta #D77161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 50.59%
G = 26.59%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D77161 (or 0xD77161) is known color: Terra Cotta. HEX triplet: D7, 71 and 61. RGB value is (215,113,97). Sum of RGB (Red+Green+Blue) = 215+113+97=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77161 is #288E9E. Grayscale: #8D8D8D. Windows color (decimal): -2657951 or 6386135. OLE color: 6386135.

HSL color Cylindrical-coordinate representation of color #D77161: hue angle of 8.14º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77161 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 97 -
CMYK 0 0.47 0.55 0.16
HSL 8.14º 0.6% 0.61% -
HSV(B) 8.14º 0.55% 0.84% -
XYZ 36.09 27.12 14.64 -
YUV 141.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 215 113 97 0 0.47 0.55 0.16 8.14 0.6 0.61
Hex D7 71 61 0 2F 37 10 8 3C 3D
Octal 327 161 141 0 57 67 20 10 74 75
Binary 11010111 1110001 1100001 0 101111 110111 10000 1000 111100 111101

Color Harmonies of #D77161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77161

Black with #D77161

Text Example


Text Example

White with #D77161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77161; }

 p { color: rgb(215,113,97); }

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

background-color css

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

 a { background-color: rgb(215,113,97); }

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

border-color css

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

 span { border-color: rgb(215,113,97); }

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