Color Hex Logo

#767104 Color Hex

#767104
(118,113,4)
0 Favorites   0 Comments

Color spaces of #767104

RGB 1181134
HSL0.160.930.24
HSV57°97°46°
CMYK 0.000.040.97   0.54
XYZ13.398315.67062.4334
Yxy15.67060.42530.4974
Hunter Lab39.5861-8.860624.0657
CIE-Lab46.5393-9.346251.4911

#767104 color RGB value is (118,113,4).

#767104 hex color red value is 118, green value is 113 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #767104 hue: 0.16 , saturation: 0.93 and the lightness value of 767104 is 0.24.

The process color (four color CMYK) of #767104 color hex is 0.00, 0.04, 0.97, 0.54. Web safe color of #767104 is #666600. Color #767104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00000100
Octal 166 161 4
Decimal 118 113 4
Hex 76 71 4

RGB Percentages of Color #767104

%50.21
%48.09
%1.70

CMYK Percentages of Color #767104

%0
%4
%97
%54

Triadic Colors of #767104

#767104 #047671 #710476

Analogous Colors of #767104

#767104 #427604 #763804

Monochromatic Colors of #767104

#767104

Complementary Color

#767104 #040976

#767104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767104 Color CSS Codes

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

#767104 Text Font Color

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

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


#767104 Background Color

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

This div background color is #767104


#767104 Border Color

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

This div border color is #767104


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767104; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767104;
  -webkit-box-shadow: 1px 1px 3px 2px #767104;
  box-shadow:         1px 1px 3px 2px #767104; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767104


Comments

No comments written yet.

Please login to write comment.