Color Hex Logo

#761030 Color Hex

#761030
(118,16,48)
0 Favorites   0 Comments

Color spaces of #761030

RGB 1181648
HSL0.950.760.26
HSV341°86°46°
CMYK 0.000.860.59   0.54
XYZ8.19004.43553.2208
Yxy4.43550.51680.2799
Hunter Lab21.060632.55855.6752
CIE-Lab25.061943.85298.9428

#761030 color RGB value is (118,16,48).

#761030 hex color red value is 118, green value is 16 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #761030 hue: 0.95 , saturation: 0.76 and the lightness value of 761030 is 0.26.

The process color (four color CMYK) of #761030 color hex is 0.00, 0.86, 0.59, 0.54. Web safe color of #761030 is #660033. Color #761030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010000 00110000
Octal 166 20 60
Decimal 118 16 48
Hex 76 10 30

RGB Percentages of Color #761030

%64.84
%8.79
%26.37

CMYK Percentages of Color #761030

%0
%86
%59
%54

Triadic Colors of #761030

#761030 #307610 #103076

Analogous Colors of #761030

#761030 #762310 #761063

Monochromatic Colors of #761030

#761030

Complementary Color

#761030 #107656

#761030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761030 Color CSS Codes

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

#761030 Text Font Color

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

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


#761030 Background Color

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

This div background color is #761030


#761030 Border Color

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

This div border color is #761030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,16,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761030


Comments

No comments written yet.

Please login to write comment.