Color Hex Logo

#754821 Color Hex

#754821
(117,72,33)
0 Favorites   0 Comments

Color spaces of #754821

RGB 1177233
HSL0.080.560.29
HSV28°72°46°
CMYK 0.000.380.72   0.54
XYZ9.92808.52642.5613
Yxy8.52640.47240.4057
Hunter Lab29.20009.590015.2393
CIE-Lab35.056015.406030.7220

#754821 color RGB value is (117,72,33).

#754821 hex color red value is 117, green value is 72 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #754821 hue: 0.08 , saturation: 0.56 and the lightness value of 754821 is 0.29.

The process color (four color CMYK) of #754821 color hex is 0.00, 0.38, 0.72, 0.54. Web safe color of #754821 is #663333. Color #754821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 00100001
Octal 165 110 41
Decimal 117 72 33
Hex 75 48 21

RGB Percentages of Color #754821

%52.70
%32.43
%14.86

CMYK Percentages of Color #754821

%0
%38
%72
%54

Triadic Colors of #754821

#754821 #217548 #482175

Analogous Colors of #754821

#754821 #757221 #752124

Monochromatic Colors of #754821

#754821

Complementary Color

#754821 #214e75

#754821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754821 Color CSS Codes

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

#754821 Text Font Color

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

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


#754821 Background Color

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

This div background color is #754821


#754821 Border Color

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

This div border color is #754821


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,72,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754821; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754821;
  -webkit-box-shadow: 1px 1px 3px 2px #754821;
  box-shadow:         1px 1px 3px 2px #754821; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,72,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754821


Comments

No comments written yet.

Please login to write comment.