Html Css Color HEX #D77461 Terra Cotta

📋 copy color: '#D77461'

red 215 ◦ green 116 ◦ blue 97

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

Shades of Terra Cotta #D77461

Tints of Terra Cotta #D77461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

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

R = 50.23%
G = 27.1%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D77461 (or 0xD77461) is known color: Terra Cotta. HEX triplet: D7, 74 and 61. RGB value is (215,116,97). Sum of RGB (Red+Green+Blue) = 215+116+97=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77461 is #288B9E. Grayscale: #8F8F8F. Windows color (decimal): -2657183 or 6386903. OLE color: 6386903.

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

Color convert

RGB 215 116 97 -
CMYK 0 0.46 0.55 0.16
HSL 9.66º 0.6% 0.61% -
HSV(B) 9.66º 0.55% 0.84% -
XYZ 36.43 27.8 14.76 -
YUV 143.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 215 116 97 0 0.46 0.55 0.16 9.66 0.6 0.61
Hex D7 74 61 0 2E 37 10 A 3C 3D
Octal 327 164 141 0 56 67 20 12 74 75
Binary 11010111 1110100 1100001 0 101110 110111 10000 1010 111100 111101

Color Harmonies of #D77461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77461

Black with #D77461

Text Example


Text Example

White with #D77461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77461; }

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

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

background-color css

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

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

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

border-color css

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

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

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