Color Hex Logo

#74867e Color Hex

#74867E
(116,134,126)
0 Favorites   0 Comments

Color spaces of #74867e

RGB 116134126
HSL0.430.070.49
HSV153°13°53°
CMYK 0.130.000.06   0.47
XYZ19.493522.269623.0097
Yxy22.26960.30100.3438
Hunter Lab47.1907-8.84904.1243
CIE-Lab54.3119-8.20542.0995

#74867e color RGB value is (116,134,126).

#74867e hex color red value is 116, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #74867e hue: 0.43 , saturation: 0.07 and the lightness value of 74867e is 0.49.

The process color (four color CMYK) of #74867e color hex is 0.13, 0.00, 0.06, 0.47. Web safe color of #74867e is #669966. Color #74867e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 01111110
Octal 164 206 176
Decimal 116 134 126
Hex 74 86 7E

RGB Percentages of Color #74867e

%30.85
%35.64
%33.51

CMYK Percentages of Color #74867e

%13
%0
%6
%47

Triadic Colors of #74867e

#74867e #7e7486 #867e74

Analogous Colors of #74867e

#74867e #748586 #748675

Monochromatic Colors of #74867e

#74867e

Complementary Color

#74867e #86747c

#74867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74867e Color CSS Codes

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

#74867e Text Font Color

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

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


#74867e Background Color

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

This div background color is #74867e


#74867e Border Color

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

This div border color is #74867e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,134,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74867e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74867e;
  -webkit-box-shadow: 1px 1px 3px 2px #74867e;
  box-shadow:         1px 1px 3px 2px #74867e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74867e


Comments

No comments written yet.

Please login to write comment.