Color Hex Logo

#748782 Color Hex

#748782
(116,135,130)
0 Favorites   0 Comments

Color spaces of #748782

RGB 116135130
HSL0.460.080.49
HSV164°14°53°
CMYK 0.140.000.04   0.47
XYZ19.895722.652724.4429
Yxy22.65270.29700.3381
Hunter Lab47.5949-8.67402.8673
CIE-Lab54.7128-7.91920.3669

#748782 color RGB value is (116,135,130).

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

The process color (four color CMYK) of #748782 color hex is 0.14, 0.00, 0.04, 0.47. Web safe color of #748782 is #669999. Color #748782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 10000010
Octal 164 207 202
Decimal 116 135 130
Hex 74 87 82

RGB Percentages of Color #748782

%30.45
%35.43
%34.12

CMYK Percentages of Color #748782

%14
%0
%4
%47

Triadic Colors of #748782

#748782 #827487 #878274

Analogous Colors of #748782

#748782 #748387 #748779

Monochromatic Colors of #748782

#748782

Complementary Color

#748782 #877479

#748782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748782 Color CSS Codes

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

#748782 Text Font Color

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

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


#748782 Background Color

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

This div background color is #748782


#748782 Border Color

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

This div border color is #748782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748782


Comments

No comments written yet.

Please login to write comment.