Color Hex Logo

#76393f Color Hex

#76393F
(118,57,63)
0 Favorites   0 Comments

Color spaces of #76393f

RGB 1185763
HSL0.980.350.34
HSV354°52°46°
CMYK 0.000.520.47   0.54
XYZ9.83157.13675.5620
Yxy7.13670.43640.3168
Hunter Lab26.714618.94106.3560
CIE-Lab32.116127.31248.7503

#76393f color RGB value is (118,57,63).

#76393f hex color red value is 118, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #76393f hue: 0.98 , saturation: 0.35 and the lightness value of 76393f is 0.34.

The process color (four color CMYK) of #76393f color hex is 0.00, 0.52, 0.47, 0.54. Web safe color of #76393f is #663333. Color #76393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 00111111
Octal 166 71 77
Decimal 118 57 63
Hex 76 39 3F

RGB Percentages of Color #76393f

%49.58
%23.95
%26.47

CMYK Percentages of Color #76393f

%0
%52
%47
%54

Triadic Colors of #76393f

#76393f #3f7639 #393f76

Analogous Colors of #76393f

#76393f #765239 #76395e

Monochromatic Colors of #76393f

#76393f

Complementary Color

#76393f #397670

#76393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76393f Color CSS Codes

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

#76393f Text Font Color

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

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


#76393f Background Color

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

This div background color is #76393f


#76393f Border Color

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

This div border color is #76393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76393f


Comments

No comments written yet.

Please login to write comment.