Color Hex Logo

#762319 Color Hex

#762319
(118,35,25)
0 Favorites   0 Comments

Color spaces of #762319

RGB 1183525
HSL0.020.650.28
HSV79°46°
CMYK 0.000.700.79   0.54
XYZ8.24775.12381.4740
Yxy5.12380.55560.3451
Hunter Lab22.635825.426511.9842
CIE-Lab27.084635.651726.6177

#762319 color RGB value is (118,35,25).

#762319 hex color red value is 118, green value is 35 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #762319 hue: 0.02 , saturation: 0.65 and the lightness value of 762319 is 0.28.

The process color (four color CMYK) of #762319 color hex is 0.00, 0.70, 0.79, 0.54. Web safe color of #762319 is #663300. Color #762319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 00011001
Octal 166 43 31
Decimal 118 35 25
Hex 76 23 19

RGB Percentages of Color #762319

%66.29
%19.66
%14.04

CMYK Percentages of Color #762319

%0
%70
%79
%54

Triadic Colors of #762319

#762319 #197623 #231976

Analogous Colors of #762319

#762319 #765219 #76193e

Monochromatic Colors of #762319

#762319

Complementary Color

#762319 #196c76

#762319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762319 Color CSS Codes

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

#762319 Text Font Color

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

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


#762319 Background Color

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

This div background color is #762319


#762319 Border Color

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

This div border color is #762319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762319


Comments

No comments written yet.

Please login to write comment.