Color Hex Logo

#761123 Color Hex

#761123
(118,17,35)
0 Favorites   0 Comments

Color spaces of #761123

RGB 1181735
HSL0.970.750.26
HSV349°86°46°
CMYK 0.000.860.70   0.54
XYZ7.97504.37382.0140
Yxy4.37380.55530.3045
Hunter Lab20.913631.46868.9299
CIE-Lab24.870642.727817.5738

#761123 color RGB value is (118,17,35).

#761123 hex color red value is 118, green value is 17 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #761123 hue: 0.97 , saturation: 0.75 and the lightness value of 761123 is 0.26.

The process color (four color CMYK) of #761123 color hex is 0.00, 0.86, 0.70, 0.54. Web safe color of #761123 is #660033. Color #761123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010001 00100011
Octal 166 21 43
Decimal 118 17 35
Hex 76 11 23

RGB Percentages of Color #761123

%69.41
%10.00
%20.59

CMYK Percentages of Color #761123

%0
%86
%70
%54

Triadic Colors of #761123

#761123 #237611 #112376

Analogous Colors of #761123

#761123 #763211 #761155

Monochromatic Colors of #761123

#761123

Complementary Color

#761123 #117664

#761123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761123 Color CSS Codes

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

#761123 Text Font Color

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

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


#761123 Background Color

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

This div background color is #761123


#761123 Border Color

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

This div border color is #761123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761123


Comments

No comments written yet.

Please login to write comment.