Color Hex Logo

#751905 Color Hex

#751905
(117,25,5)
0 Favorites   0 Comments

Color spaces of #751905

RGB 117255
HSL0.030.920.24
HSV11°96°46°
CMYK 0.000.790.96   0.54
XYZ7.71114.48810.6035
Yxy4.48810.60230.3506
Hunter Lab21.185127.897613.1406
CIE-Lab25.223638.764834.8568

#751905 color RGB value is (117,25,5).

#751905 hex color red value is 117, green value is 25 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #751905 hue: 0.03 , saturation: 0.92 and the lightness value of 751905 is 0.24.

The process color (four color CMYK) of #751905 color hex is 0.00, 0.79, 0.96, 0.54. Web safe color of #751905 is #660000. Color #751905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 00000101
Octal 165 31 5
Decimal 117 25 5
Hex 75 19 5

RGB Percentages of Color #751905

%79.59
%17.01
%3.40

CMYK Percentages of Color #751905

%0
%79
%96
%54

Triadic Colors of #751905

#751905 #057519 #190575

Analogous Colors of #751905

#751905 #755105 #750529

Monochromatic Colors of #751905

#751905

Complementary Color

#751905 #056175

#751905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751905 Color CSS Codes

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

#751905 Text Font Color

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

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


#751905 Background Color

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

This div background color is #751905


#751905 Border Color

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

This div border color is #751905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751905


Comments

No comments written yet.

Please login to write comment.