Html Css Color HEX #D76D5C Terra Cotta

📋 copy color: '#D76D5C'

red 215 ◦ green 109 ◦ blue 92

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

Shades of Terra Cotta #D76D5C

Tints of Terra Cotta #D76D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 51.68%
G = 26.2%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D76D5C (or 0xD76D5C) is known color: Terra Cotta. HEX triplet: D7, 6D and 5C. RGB value is (215,109,92). Sum of RGB (Red+Green+Blue) = 215+109+92=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D5C is #2892A3. Grayscale: #8A8A8A. Windows color (decimal): -2658980 or 6057431. OLE color: 6057431.

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

Color convert

RGB 215 109 92 -
CMYK 0 0.49 0.57 0.16
HSL 8.29º 0.61% 0.6% -
HSV(B) 8.29º 0.57% 0.84% -
XYZ 35.42 26.16 13.31 -
YUV 138.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 215 109 92 0 0.49 0.57 0.16 8.29 0.61 0.6
Hex D7 6D 5C 0 31 39 10 8 3D 3C
Octal 327 155 134 0 61 71 20 10 75 74
Binary 11010111 1101101 1011100 0 110001 111001 10000 1000 111101 111100

Color Harmonies of #D76D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D5C

Black with #D76D5C

Text Example


Text Example

White with #D76D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D5C; }

 p { color: rgb(215,109,92); }

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

background-color css

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

 a { background-color: rgb(215,109,92); }

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

border-color css

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

 span { border-color: rgb(215,109,92); }

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