Color Hex Logo

#7796be Color Hex

#7796BE
(119,150,190)
0 Favorites   0 Comments

Color spaces of #7796be

RGB 119150190
HSL0.590.350.61
HSV214°37°75°
CMYK 0.370.210.00   0.25
XYZ27.808429.452352.9344
Yxy29.45230.25240.2673
Hunter Lab54.2700-3.5075-19.8419
CIE-Lab61.1787-0.7350-24.1948

#7796be color RGB value is (119,150,190).

#7796be hex color red value is 119, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7796be hue: 0.59 , saturation: 0.35 and the lightness value of 7796be is 0.61.

The process color (four color CMYK) of #7796be color hex is 0.37, 0.21, 0.00, 0.25. Web safe color of #7796be is #6699cc. Color #7796be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 10111110
Octal 167 226 276
Decimal 119 150 190
Hex 77 96 BE

RGB Percentages of Color #7796be

%25.93
%32.68
%41.39

CMYK Percentages of Color #7796be

%37
%21
%0
%25

Triadic Colors of #7796be

#7796be #be7796 #96be77

Analogous Colors of #7796be

#7796be #7c77be #77babe

Monochromatic Colors of #7796be

#7796be

Complementary Color

#7796be #be9f77

#7796be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7796be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7796be Color CSS Codes

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

#7796be Text Font Color

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

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


#7796be Background Color

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

This div background color is #7796be


#7796be Border Color

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

This div border color is #7796be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,150,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7796be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7796be;
  -webkit-box-shadow: 1px 1px 3px 2px #7796be;
  box-shadow:         1px 1px 3px 2px #7796be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,150,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7796be


Comments

No comments written yet.

Please login to write comment.