Color Hex Logo

#773025 Color Hex

#773025
(119,48,37)
0 Favorites   0 Comments

Color spaces of #773025

RGB 1194837
HSL0.020.530.31
HSV69°47°
CMYK 0.000.600.69   0.53
XYZ8.99866.16942.4668
Yxy6.16940.51030.3498
Hunter Lab24.838321.201411.4984
CIE-Lab29.835930.316422.4354

#773025 color RGB value is (119,48,37).

#773025 hex color red value is 119, green value is 48 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #773025 hue: 0.02 , saturation: 0.53 and the lightness value of 773025 is 0.31.

The process color (four color CMYK) of #773025 color hex is 0.00, 0.60, 0.69, 0.53. Web safe color of #773025 is #663333. Color #773025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110000 00100101
Octal 167 60 45
Decimal 119 48 37
Hex 77 30 25

RGB Percentages of Color #773025

%58.33
%23.53
%18.14

CMYK Percentages of Color #773025

%0
%60
%69
%53

Triadic Colors of #773025

#773025 #257730 #302577

Analogous Colors of #773025

#773025 #775925 #772543

Monochromatic Colors of #773025

#773025

Complementary Color

#773025 #256c77

#773025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773025 Color CSS Codes

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

#773025 Text Font Color

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

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


#773025 Background Color

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

This div background color is #773025


#773025 Border Color

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

This div border color is #773025


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,48,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 #773025">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773025


Comments

No comments written yet.

Please login to write comment.