Color Hex Logo

#73766c Color Hex

#73766C
(115,118,108)
0 Favorites   0 Comments

Color spaces of #73766c

RGB 115118108
HSL0.220.040.44
HSV78°46°
CMYK 0.030.000.08   0.54
XYZ16.255417.684416.7440
Yxy17.68440.32070.3489
Hunter Lab42.0528-4.59385.8297
CIE-Lab49.1111-3.11275.1094

#73766c color RGB value is (115,118,108).

#73766c hex color red value is 115, green value is 118 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #73766c hue: 0.22 , saturation: 0.04 and the lightness value of 73766c is 0.44.

The process color (four color CMYK) of #73766c color hex is 0.03, 0.00, 0.08, 0.54. Web safe color of #73766c is #666666. Color #73766c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 01101100
Octal 163 166 154
Decimal 115 118 108
Hex 73 76 6C

RGB Percentages of Color #73766c

%33.72
%34.60
%31.67

CMYK Percentages of Color #73766c

%3
%0
%8
%54

Triadic Colors of #73766c

#73766c #6c7376 #766c73

Analogous Colors of #73766c

#73766c #6e766c #76746c

Monochromatic Colors of #73766c

#73766c

Complementary Color

#73766c #6f6c76

#73766c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73766c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73766c Color CSS Codes

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

#73766c Text Font Color

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

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


#73766c Background Color

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

This div background color is #73766c


#73766c Border Color

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

This div border color is #73766c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73766c


Comments

No comments written yet.

Please login to write comment.