Color Hex Logo

#751200 Color Hex

#751200
(117,18,0)
0 Favorites   0 Comments

Color spaces of #751200

RGB 117180
HSL0.031.000.23
HSV100°46°
CMYK 0.000.851.00   0.54
XYZ7.55244.21450.4154
Yxy4.21450.61990.3460
Hunter Lab20.529229.741313.1708
CIE-Lab24.368340.956236.0726

#751200 color RGB value is (117,18,0).

#751200 hex color red value is 117, green value is 18 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #751200 hue: 0.03 , saturation: 1.00 and the lightness value of 751200 is 0.23.

The process color (four color CMYK) of #751200 color hex is 0.00, 0.85, 1.00, 0.54. Web safe color of #751200 is #660000. Color #751200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 00000000
Octal 165 22 0
Decimal 117 18 0
Hex 75 12 0

RGB Percentages of Color #751200

%86.67
%13.33
%0.00

CMYK Percentages of Color #751200

%0
%85
%100
%54

Triadic Colors of #751200

#751200 #007512 #120075

Analogous Colors of #751200

#751200 #754d00 #750028

Monochromatic Colors of #751200

#751200

Complementary Color

#751200 #006375

#751200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751200 Color CSS Codes

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

#751200 Text Font Color

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

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


#751200 Background Color

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

This div background color is #751200


#751200 Border Color

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

This div border color is #751200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751200


Comments

No comments written yet.

Please login to write comment.