Color Hex Logo

#798287 Color Hex

#798287
(121,130,135)
0 Favorites   0 Comments

Color spaces of #798287

RGB 121130135
HSL0.560.060.50
HSV201°10°53°
CMYK 0.100.040.00   0.47
XYZ20.241021.779526.0587
Yxy21.77950.29730.3199
Hunter Lab46.6685-4.2511-0.4383
CIE-Lab53.7923-2.2438-3.8416

#798287 color RGB value is (121,130,135).

#798287 hex color red value is 121, green value is 130 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #798287 hue: 0.56 , saturation: 0.06 and the lightness value of 798287 is 0.50.

The process color (four color CMYK) of #798287 color hex is 0.10, 0.04, 0.00, 0.47. Web safe color of #798287 is #669999. Color #798287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 10000111
Octal 171 202 207
Decimal 121 130 135
Hex 79 82 87

RGB Percentages of Color #798287

%31.35
%33.68
%34.97

CMYK Percentages of Color #798287

%10
%4
%0
%47

Triadic Colors of #798287

#798287 #877982 #828779

Analogous Colors of #798287

#798287 #797b87 #798785

Monochromatic Colors of #798287

#798287

Complementary Color

#798287 #877e79

#798287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798287 Color CSS Codes

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

#798287 Text Font Color

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

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


#798287 Background Color

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

This div background color is #798287


#798287 Border Color

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

This div border color is #798287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,130,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798287;
  -webkit-box-shadow: 1px 1px 3px 2px #798287;
  box-shadow:         1px 1px 3px 2px #798287; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,130,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798287


Comments

No comments written yet.

Please login to write comment.