Html Css Color HEX #DB7760 Terra Cotta

📋 copy color: '#DB7760'

red 219 ◦ green 119 ◦ blue 96

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

Shades of Terra Cotta #DB7760

Tints of Terra Cotta #DB7760

RGB

 RED value IS 219 (85.94% from 255) = 50.46%

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 50.46%
G = 27.42%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7760 (or 0xDB7760) is known color: Terra Cotta. HEX triplet: DB, 77 and 60. RGB value is (219,119,96). Sum of RGB (Red+Green+Blue) = 219+119+96=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7760 is #24889F. Grayscale: #929292. Windows color (decimal): -2394272 or 6322139. OLE color: 6322139.

HSL color Cylindrical-coordinate representation of color #DB7760: hue angle of 11.22º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7760 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 96 -
CMYK 0 0.46 0.56 0.14
HSL 11.22º 0.63% 0.62% -
HSV(B) 11.22º 0.56% 0.86% -
XYZ 37.92 29.1 14.68 -
YUV 146.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 219 119 96 0 0.46 0.56 0.14 11.22 0.63 0.62
Hex DB 77 60 0 2E 38 E B 3F 3E
Octal 333 167 140 0 56 70 16 13 77 76
Binary 11011011 1110111 1100000 0 101110 111000 1110 1011 111111 111110

Color Harmonies of #DB7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7760

Black with #DB7760

Text Example


Text Example

White with #DB7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7760; }

 p { color: rgb(219,119,96); }

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

background-color css

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

 a { background-color: rgb(219,119,96); }

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

border-color css

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

 span { border-color: rgb(219,119,96); }

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