Color Hex Logo

#786783 Color Hex

#786783
(120,103,131)
0 Favorites   0 Comments

Color spaces of #786783

RGB 120103131
HSL0.770.120.46
HSV276°21°51°
CMYK 0.080.210.00   0.49
XYZ16.692715.332323.5523
Yxy15.33230.30040.2759
Hunter Lab39.15657.5720-8.2529
CIE-Lab46.086012.3931-13.0122

#786783 color RGB value is (120,103,131).

#786783 hex color red value is 120, green value is 103 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #786783 hue: 0.77 , saturation: 0.12 and the lightness value of 786783 is 0.46.

The process color (four color CMYK) of #786783 color hex is 0.08, 0.21, 0.00, 0.49. Web safe color of #786783 is #666699. Color #786783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 10000011
Octal 170 147 203
Decimal 120 103 131
Hex 78 67 83

RGB Percentages of Color #786783

%33.90
%29.10
%37.01

CMYK Percentages of Color #786783

%8
%21
%0
%49

Triadic Colors of #786783

#786783 #837867 #678378

Analogous Colors of #786783

#786783 #836780 #6a6783

Monochromatic Colors of #786783

#786783

Complementary Color

#786783 #728367

#786783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786783 Color CSS Codes

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

#786783 Text Font Color

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

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


#786783 Background Color

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

This div background color is #786783


#786783 Border Color

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

This div border color is #786783


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,103,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786783; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786783;
  -webkit-box-shadow: 1px 1px 3px 2px #786783;
  box-shadow:         1px 1px 3px 2px #786783; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,103,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786783


Comments

No comments written yet.

Please login to write comment.