Color Hex Logo

#776125 Color Hex

#776125
(119,97,37)
0 Favorites   0 Comments

Color spaces of #776125

RGB 1199737
HSL0.120.530.31
HSV44°69°47°
CMYK 0.000.180.69   0.53
XYZ12.216412.60493.5394
Yxy12.60490.43080.4444
Hunter Lab35.5034-0.710618.9416
CIE-Lab42.16181.634236.4497

#776125 color RGB value is (119,97,37).

#776125 hex color red value is 119, green value is 97 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #776125 hue: 0.12 , saturation: 0.53 and the lightness value of 776125 is 0.31.

The process color (four color CMYK) of #776125 color hex is 0.00, 0.18, 0.69, 0.53. Web safe color of #776125 is #666633. Color #776125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100001 00100101
Octal 167 141 45
Decimal 119 97 37
Hex 77 61 25

RGB Percentages of Color #776125

%47.04
%38.34
%14.62

CMYK Percentages of Color #776125

%0
%18
%69
%53

Triadic Colors of #776125

#776125 #257761 #612577

Analogous Colors of #776125

#776125 #647725 #773825

Monochromatic Colors of #776125

#776125

Complementary Color

#776125 #253b77

#776125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776125 Color CSS Codes

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

#776125 Text Font Color

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

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


#776125 Background Color

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

This div background color is #776125


#776125 Border Color

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

This div border color is #776125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776125


Comments

No comments written yet.

Please login to write comment.