Html Css Color HEX #D77060 Terra Cotta

📋 copy color: '#D77060'

red 215 ◦ green 112 ◦ blue 96

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

Shades of Terra Cotta #D77060

Tints of Terra Cotta #D77060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 50.83%
G = 26.48%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D77060 (or 0xD77060) is known color: Terra Cotta. HEX triplet: D7, 70 and 60. RGB value is (215,112,96). Sum of RGB (Red+Green+Blue) = 215+112+96=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D77060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77060 is #288F9F. Grayscale: #8D8D8D. Windows color (decimal): -2658208 or 6320343. OLE color: 6320343.

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

Color convert

RGB 215 112 96 -
CMYK 0 0.48 0.55 0.16
HSL 8.07º 0.6% 0.61% -
HSV(B) 8.07º 0.55% 0.84% -
XYZ 35.93 26.88 14.36 -
YUV 140.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 215 112 96 0 0.48 0.55 0.16 8.07 0.6 0.61
Hex D7 70 60 0 30 37 10 8 3C 3D
Octal 327 160 140 0 60 67 20 10 74 75
Binary 11010111 1110000 1100000 0 110000 110111 10000 1000 111100 111101

Color Harmonies of #D77060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77060

Black with #D77060

Text Example


Text Example

White with #D77060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77060; }

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

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

background-color css

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

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

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

border-color css

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

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

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