Color Hex Logo

#d0776f Color Hex

#D0776F
(208,119,111)
0 Favorites   0 Comments

Color spaces of #d0776f

RGB 208119111
HSL0.010.510.63
HSV47°82°
CMYK 0.000.430.47   0.18
XYZ35.478527.751218.5255
Yxy27.75120.43400.3394
Hunter Lab52.679428.027116.0254
CIE-Lab59.663333.873219.6301

#d0776f color RGB value is (208,119,111).

#d0776f hex color red value is 208, green value is 119 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d0776f hue: 0.01 , saturation: 0.51 and the lightness value of d0776f is 0.63.

The process color (four color CMYK) of #d0776f color hex is 0.00, 0.43, 0.47, 0.18. Web safe color of #d0776f is #cc6666. Color #d0776f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 01101111
Octal 320 167 157
Decimal 208 119 111
Hex D0 77 6F

RGB Percentages of Color #d0776f

%47.49
%27.17
%25.34

CMYK Percentages of Color #d0776f

%0
%43
%47
%18

Triadic Colors of #d0776f

#d0776f #6fd077 #776fd0

Analogous Colors of #d0776f

#d0776f #d0a86f #d06f98

Monochromatic Colors of #d0776f

#d0776f

Complementary Color

#d0776f #6fc8d0

#d0776f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0776f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0776f Color CSS Codes

.mybgcolor {background-color:#d0776f; } 
.myforecolor {color:#d0776f; }
.mybordercolor {border:3px solid #d0776f; }

#d0776f Text Font Color

<p style="color:#d0776f">Text here</p>

This sample text font color is #d0776f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0776f Background Color

<div style="background-color:#d0776f">
Div content here</div>

This div background color is #d0776f


#d0776f Border Color

<div style="border:3px solid #d0776f">
Div here</div>

This div border color is #d0776f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,119,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0776f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0776f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0776f;
  box-shadow:         1px 1px 3px 2px #d0776f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,119,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0776f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0776f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0776f;
  box-shadow:         1px 1px 3px 2px #d0776f;">
Div content here</div>

This div box has shadow with color #d0776f


Comments

No comments written yet.

Please login to write comment.