Html Css Color HEX #D77565 Terra Cotta

📋 copy color: '#D77565'

red 215 ◦ green 117 ◦ blue 101

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

Shades of Terra Cotta #D77565

Tints of Terra Cotta #D77565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 49.65%
G = 27.02%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77565 (or 0xD77565) is known color: Terra Cotta. HEX triplet: D7, 75 and 65. RGB value is (215,117,101). Sum of RGB (Red+Green+Blue) = 215+117+101=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77565 is #288A9A. Grayscale: #909090. Windows color (decimal): -2656923 or 6649303. OLE color: 6649303.

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

Color convert

RGB 215 117 101 -
CMYK 0 0.46 0.53 0.16
HSL 8.42º 0.59% 0.62% -
HSV(B) 8.42º 0.53% 0.84% -
XYZ 36.73 28.11 15.8 -
YUV 144.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 215 117 101 0 0.46 0.53 0.16 8.42 0.59 0.62
Hex D7 75 65 0 2E 35 10 8 3B 3E
Octal 327 165 145 0 56 65 20 10 73 76
Binary 11010111 1110101 1100101 0 101110 110101 10000 1000 111011 111110

Color Harmonies of #D77565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77565

Black with #D77565

Text Example


Text Example

White with #D77565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77565; }

 p { color: rgb(215,117,101); }

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

background-color css

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

 a { background-color: rgb(215,117,101); }

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

border-color css

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

 span { border-color: rgb(215,117,101); }

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