Color Hex Logo

#7e330a Color Hex

#7E330A
(126,51,10)
0 Favorites   0 Comments

Color spaces of #7e330a

RGB 1265110
HSL0.060.850.27
HSV21°92°49°
CMYK 0.000.600.92   0.51
XYZ9.84286.82521.0858
Yxy6.82520.55440.3844
Hunter Lab26.125121.532215.8234
CIE-Lab31.405630.464738.6851

#7e330a color RGB value is (126,51,10).

#7e330a hex color red value is 126, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7e330a hue: 0.06 , saturation: 0.85 and the lightness value of 7e330a is 0.27.

The process color (four color CMYK) of #7e330a color hex is 0.00, 0.60, 0.92, 0.51. Web safe color of #7e330a is #663300. Color #7e330a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00110011 00001010
Octal 176 63 12
Decimal 126 51 10
Hex 7E 33 A

RGB Percentages of Color #7e330a

%67.38
%27.27
%5.35

CMYK Percentages of Color #7e330a

%0
%60
%92
%51

Triadic Colors of #7e330a

#7e330a #0a7e33 #330a7e

Analogous Colors of #7e330a

#7e330a #7e6d0a #7e0a1b

Monochromatic Colors of #7e330a

#7e330a

Complementary Color

#7e330a #0a557e

#7e330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e330a Color CSS Codes

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

#7e330a Text Font Color

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

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


#7e330a Background Color

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

This div background color is #7e330a


#7e330a Border Color

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

This div border color is #7e330a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,51,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e330a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e330a;
  -webkit-box-shadow: 1px 1px 3px 2px #7e330a;
  box-shadow:         1px 1px 3px 2px #7e330a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,51,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e330a

#7e330a Color Palettes


Comments

No comments written yet.

Please login to write comment.