Color Hex Logo

#76174d Color Hex

#76174D
(118,23,77)
0 Favorites   0 Comments

Color spaces of #76174d

RGB 1182377
HSL0.910.670.28
HSV326°81°46°
CMYK 0.000.810.35   0.54
XYZ9.11725.00027.5058
Yxy5.00020.42160.2312
Hunter Lab22.361133.6470-4.2487
CIE-Lab26.735344.6776-8.3238

#76174d color RGB value is (118,23,77).

#76174d hex color red value is 118, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #76174d hue: 0.91 , saturation: 0.67 and the lightness value of 76174d is 0.28.

The process color (four color CMYK) of #76174d color hex is 0.00, 0.81, 0.35, 0.54. Web safe color of #76174d is #660066. Color #76174d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 01001101
Octal 166 27 115
Decimal 118 23 77
Hex 76 17 4D

RGB Percentages of Color #76174d

%54.13
%10.55
%35.32

CMYK Percentages of Color #76174d

%0
%81
%35
%54

Triadic Colors of #76174d

#76174d #4d7617 #174d76

Analogous Colors of #76174d

#76174d #76171e #701776

Monochromatic Colors of #76174d

#76174d

Complementary Color

#76174d #177640

#76174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76174d Color CSS Codes

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

#76174d Text Font Color

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

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


#76174d Background Color

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

This div background color is #76174d


#76174d Border Color

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

This div border color is #76174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76174d


Comments

No comments written yet.

Please login to write comment.