Html Css Color HEX #D77065 Terra Cotta

📋 copy color: '#D77065'

red 215 ◦ green 112 ◦ blue 101

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

Shades of Terra Cotta #D77065

Tints of Terra Cotta #D77065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 50.23%
G = 26.17%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77065 (or 0xD77065) is known color: Terra Cotta. HEX triplet: D7, 70 and 65. RGB value is (215,112,101). Sum of RGB (Red+Green+Blue) = 215+112+101=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77065 is #288F9A. Grayscale: #8D8D8D. Windows color (decimal): -2658203 or 6648023. OLE color: 6648023.

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

Color convert

RGB 215 112 101 -
CMYK 0 0.48 0.53 0.16
HSL 5.79º 0.59% 0.62% -
HSV(B) 5.79º 0.53% 0.84% -
XYZ 36.17 26.98 15.61 -
YUV 141.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 215 112 101 0 0.48 0.53 0.16 5.79 0.59 0.62
Hex D7 70 65 0 30 35 10 6 3B 3E
Octal 327 160 145 0 60 65 20 6 73 76
Binary 11010111 1110000 1100101 0 110000 110101 10000 110 111011 111110

Color Harmonies of #D77065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77065

Black with #D77065

Text Example


Text Example

White with #D77065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77065; }

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

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

background-color css

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

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

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

border-color css

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

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

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