Color Hex Logo

#762950 Color Hex

#762950
(118,41,80)
0 Favorites   0 Comments

Color spaces of #762950

RGB 1184180
HSL0.920.480.31
HSV330°65°46°
CMYK 0.000.650.32   0.54
XYZ9.71216.01668.2389
Yxy6.01660.40520.2510
Hunter Lab24.528827.7513-2.7446
CIE-Lab29.454337.8316-6.2232

#762950 color RGB value is (118,41,80).

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

The process color (four color CMYK) of #762950 color hex is 0.00, 0.65, 0.32, 0.54. Web safe color of #762950 is #663366. Color #762950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01010000
Octal 166 51 120
Decimal 118 41 80
Hex 76 29 50

RGB Percentages of Color #762950

%49.37
%17.15
%33.47

CMYK Percentages of Color #762950

%0
%65
%32
%54

Triadic Colors of #762950

#762950 #507629 #295076

Analogous Colors of #762950

#762950 #76292a #762976

Monochromatic Colors of #762950

#762950

Complementary Color

#762950 #29764f

#762950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762950 Color CSS Codes

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

#762950 Text Font Color

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

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


#762950 Background Color

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

This div background color is #762950


#762950 Border Color

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

This div border color is #762950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762950


Comments

No comments written yet.

Please login to write comment.