Color Hex Logo

#763125 Color Hex

#763125
(118,49,37)
0 Favorites   0 Comments

Color spaces of #763125

RGB 1184937
HSL0.020.520.30
HSV69°46°
CMYK 0.000.580.69   0.54
XYZ8.90356.18172.4742
Yxy6.18170.50710.3520
Hunter Lab24.863020.410911.5040
CIE-Lab29.866329.379622.4314

#763125 color RGB value is (118,49,37).

#763125 hex color red value is 118, green value is 49 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #763125 hue: 0.02 , saturation: 0.52 and the lightness value of 763125 is 0.30.

The process color (four color CMYK) of #763125 color hex is 0.00, 0.58, 0.69, 0.54. Web safe color of #763125 is #663333. Color #763125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110001 00100101
Octal 166 61 45
Decimal 118 49 37
Hex 76 31 25

RGB Percentages of Color #763125

%57.84
%24.02
%18.14

CMYK Percentages of Color #763125

%0
%58
%69
%54

Triadic Colors of #763125

#763125 #257631 #312576

Analogous Colors of #763125

#763125 #765a25 #762542

Monochromatic Colors of #763125

#763125

Complementary Color

#763125 #256a76

#763125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763125 Color CSS Codes

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

#763125 Text Font Color

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

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


#763125 Background Color

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

This div background color is #763125


#763125 Border Color

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

This div border color is #763125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763125


Comments

No comments written yet.

Please login to write comment.