Color Hex Logo

#775815 Color Hex

#775815
(119,88,21)
0 Favorites   0 Comments

Color spaces of #775815

RGB 1198821
HSL0.110.700.27
HSV41°82°47°
CMYK 0.000.260.82   0.53
XYZ11.232810.95552.2321
Yxy10.95550.46000.4486
Hunter Lab33.09912.653919.1710
CIE-Lab39.50546.121640.9620

#775815 color RGB value is (119,88,21).

#775815 hex color red value is 119, green value is 88 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #775815 hue: 0.11 , saturation: 0.70 and the lightness value of 775815 is 0.27.

The process color (four color CMYK) of #775815 color hex is 0.00, 0.26, 0.82, 0.53. Web safe color of #775815 is #666600. Color #775815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011000 00010101
Octal 167 130 25
Decimal 119 88 21
Hex 77 58 15

RGB Percentages of Color #775815

%52.19
%38.60
%9.21

CMYK Percentages of Color #775815

%0
%26
%82
%53

Triadic Colors of #775815

#775815 #157758 #581577

Analogous Colors of #775815

#775815 #657715 #772715

Monochromatic Colors of #775815

#775815

Complementary Color

#775815 #153477

#775815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775815 Color CSS Codes

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

#775815 Text Font Color

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

This sample text font color is #775815
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.


#775815 Background Color

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

This div background color is #775815


#775815 Border Color

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

This div border color is #775815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775815


Comments

No comments written yet.

Please login to write comment.