Color Hex Logo

#748779 Color Hex

#748779
(116,135,121)
0 Favorites   0 Comments

Color spaces of #748779

RGB 116135121
HSL0.380.080.49
HSV136°14°53°
CMYK 0.140.000.10   0.47
XYZ19.317622.421421.3988
Yxy22.42140.30600.3551
Hunter Lab47.3512-10.04316.3517
CIE-Lab54.4713-9.78205.2218

#748779 color RGB value is (116,135,121).

#748779 hex color red value is 116, green value is 135 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #748779 hue: 0.38 , saturation: 0.08 and the lightness value of 748779 is 0.49.

The process color (four color CMYK) of #748779 color hex is 0.14, 0.00, 0.10, 0.47. Web safe color of #748779 is #669966. Color #748779 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 01111001
Octal 164 207 171
Decimal 116 135 121
Hex 74 87 79

RGB Percentages of Color #748779

%31.18
%36.29
%32.53

CMYK Percentages of Color #748779

%14
%0
%10
%47

Triadic Colors of #748779

#748779 #797487 #877974

Analogous Colors of #748779

#748779 #748783 #798774

Monochromatic Colors of #748779

#748779

Complementary Color

#748779 #877482

#748779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748779 Color CSS Codes

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

#748779 Text Font Color

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

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


#748779 Background Color

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

This div background color is #748779


#748779 Border Color

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

This div border color is #748779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748779


Comments

No comments written yet.

Please login to write comment.