Color Hex Logo

#762930 Color Hex

#762930
(118,41,48)
0 Favorites   0 Comments

Color spaces of #762930

RGB 1184148
HSL0.980.480.31
HSV355°65°46°
CMYK 0.000.650.59   0.54
XYZ8.79775.65083.4233
Yxy5.65080.49230.3162
Hunter Lab23.771424.46218.1017
CIE-Lab28.513834.306413.6243

#762930 color RGB value is (118,41,48).

#762930 hex color red value is 118, green value is 41 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #762930 hue: 0.98 , saturation: 0.48 and the lightness value of 762930 is 0.31.

The process color (four color CMYK) of #762930 color hex is 0.00, 0.65, 0.59, 0.54. Web safe color of #762930 is #663333. Color #762930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 00110000
Octal 166 51 60
Decimal 118 41 48
Hex 76 29 30

RGB Percentages of Color #762930

%57.00
%19.81
%23.19

CMYK Percentages of Color #762930

%0
%65
%59
%54

Triadic Colors of #762930

#762930 #307629 #293076

Analogous Colors of #762930

#762930 #764829 #762957

Monochromatic Colors of #762930

#762930

Complementary Color

#762930 #29766f

#762930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762930 Color CSS Codes

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

#762930 Text Font Color

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

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


#762930 Background Color

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

This div background color is #762930


#762930 Border Color

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

This div border color is #762930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,41,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 #762930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762930


Comments

No comments written yet.

Please login to write comment.