Color Hex Logo

#76264d Color Hex

#76264D
(118,38,77)
0 Favorites   0 Comments

Color spaces of #76264d

RGB 1183877
HSL0.920.510.31
HSV331°68°46°
CMYK 0.000.680.35   0.54
XYZ9.50395.77367.6347
Yxy5.77360.41480.2520
Hunter Lab24.028328.5524-2.0188
CIE-Lab28.833938.8232-5.1723

#76264d color RGB value is (118,38,77).

#76264d hex color red value is 118, green value is 38 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #76264d hue: 0.92 , saturation: 0.51 and the lightness value of 76264d is 0.31.

The process color (four color CMYK) of #76264d color hex is 0.00, 0.68, 0.35, 0.54. Web safe color of #76264d is #663366. Color #76264d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 01001101
Octal 166 46 115
Decimal 118 38 77
Hex 76 26 4D

RGB Percentages of Color #76264d

%50.64
%16.31
%33.05

CMYK Percentages of Color #76264d

%0
%68
%35
%54

Triadic Colors of #76264d

#76264d #4d7626 #264d76

Analogous Colors of #76264d

#76264d #762726 #762675

Monochromatic Colors of #76264d

#76264d

Complementary Color

#76264d #26764f

#76264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76264d Color CSS Codes

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

#76264d Text Font Color

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

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


#76264d Background Color

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

This div background color is #76264d


#76264d Border Color

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

This div border color is #76264d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,38,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 #76264d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76264d


Comments

No comments written yet.

Please login to write comment.