Color Hex Logo

#766348 Color Hex

#766348
(118,99,72)
0 Favorites   0 Comments

Color spaces of #766348

RGB 1189972
HSL0.100.240.37
HSV35°39°46°
CMYK 0.000.160.39   0.54
XYZ13.102813.24317.9965
Yxy13.24310.38150.3856
Hunter Lab36.39110.585512.4455
CIE-Lab43.12733.433618.1887

#766348 color RGB value is (118,99,72).

#766348 hex color red value is 118, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #766348 hue: 0.10 , saturation: 0.24 and the lightness value of 766348 is 0.37.

The process color (four color CMYK) of #766348 color hex is 0.00, 0.16, 0.39, 0.54. Web safe color of #766348 is #666633. Color #766348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 01001000
Octal 166 143 110
Decimal 118 99 72
Hex 76 63 48

RGB Percentages of Color #766348

%40.83
%34.26
%24.91

CMYK Percentages of Color #766348

%0
%16
%39
%54

Triadic Colors of #766348

#766348 #487663 #634876

Analogous Colors of #766348

#766348 #727648 #764c48

Monochromatic Colors of #766348

#766348

Complementary Color

#766348 #485b76

#766348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766348 Color CSS Codes

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

#766348 Text Font Color

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

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


#766348 Background Color

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

This div background color is #766348


#766348 Border Color

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

This div border color is #766348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766348


Comments

No comments written yet.

Please login to write comment.