Html Css Color HEX #D77665 Terra Cotta

📋 copy color: '#D77665'

red 215 ◦ green 118 ◦ blue 101

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

Shades of Terra Cotta #D77665

Tints of Terra Cotta #D77665

RGB

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

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

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

R = 49.54%
G = 27.19%
B = 23.27%

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

#D77665 (or 0xD77665) is known color: Terra Cotta. HEX triplet: D7, 76 and 65. RGB value is (215,118,101). Sum of RGB (Red+Green+Blue) = 215+118+101=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77665 is #28899A. Grayscale: #919191. Windows color (decimal): -2656667 or 6649559. OLE color: 6649559.

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

Color convert

RGB 215 118 101 -
CMYK 0 0.45 0.53 0.16
HSL 8.95º 0.59% 0.62% -
HSV(B) 8.95º 0.53% 0.84% -
XYZ 36.85 28.34 15.84 -
YUV 145.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 215 118 101 0 0.45 0.53 0.16 8.95 0.59 0.62
Hex D7 76 65 0 2D 35 10 9 3B 3E
Octal 327 166 145 0 55 65 20 11 73 76
Binary 11010111 1110110 1100101 0 101101 110101 10000 1001 111011 111110

Color Harmonies of #D77665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77665

Black with #D77665

Text Example


Text Example

White with #D77665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77665; }

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

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

background-color css

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

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

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

border-color css

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

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

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