Color Hex Logo

#7791ab Color Hex

#7791AB
(119,145,171)
0 Favorites   0 Comments

Color spaces of #7791ab

RGB 119145171
HSL0.580.240.57
HSV210°30°67°
CMYK 0.300.150.00   0.33
XYZ25.083827.113042.4394
Yxy27.11300.26510.2865
Hunter Lab52.0701-5.1338-11.8748
CIE-Lab59.0788-2.8987-16.6481

#7791ab color RGB value is (119,145,171).

#7791ab hex color red value is 119, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7791ab hue: 0.58 , saturation: 0.24 and the lightness value of 7791ab is 0.57.

The process color (four color CMYK) of #7791ab color hex is 0.30, 0.15, 0.00, 0.33. Web safe color of #7791ab is #669999. Color #7791ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 10101011
Octal 167 221 253
Decimal 119 145 171
Hex 77 91 AB

RGB Percentages of Color #7791ab

%27.36
%33.33
%39.31

CMYK Percentages of Color #7791ab

%30
%15
%0
%33

Triadic Colors of #7791ab

#7791ab #ab7791 #91ab77

Analogous Colors of #7791ab

#7791ab #7777ab #77abab

Monochromatic Colors of #7791ab

#7791ab

Complementary Color

#7791ab #ab9177

#7791ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7791ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7791ab Color CSS Codes

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

#7791ab Text Font Color

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

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


#7791ab Background Color

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

This div background color is #7791ab


#7791ab Border Color

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

This div border color is #7791ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,145,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7791ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7791ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7791ab;
  box-shadow:         1px 1px 3px 2px #7791ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7791ab


Comments

No comments written yet.

Please login to write comment.