Color Hex Logo

#767113 Color Hex

#767113
(118,113,19)
0 Favorites   0 Comments

Color spaces of #767113

RGB 11811319
HSL0.160.720.27
HSV57°84°46°
CMYK 0.000.040.84   0.54
XYZ13.493915.70882.9370
Yxy15.70880.41990.4888
Hunter Lab39.6343-8.588023.3505
CIE-Lab46.5901-8.947647.9333

#767113 color RGB value is (118,113,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00010011
Octal 166 161 23
Decimal 118 113 19
Hex 76 71 13

RGB Percentages of Color #767113

%47.20
%45.20
%7.60

CMYK Percentages of Color #767113

%0
%4
%84
%54

Triadic Colors of #767113

#767113 #137671 #711376

Analogous Colors of #767113

#767113 #4a7613 #764013

Monochromatic Colors of #767113

#767113

Complementary Color

#767113 #131876

#767113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767113 Color CSS Codes

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

#767113 Text Font Color

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

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


#767113 Background Color

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

This div background color is #767113


#767113 Border Color

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

This div border color is #767113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767113


Comments

No comments written yet.

Please login to write comment.