Color Hex Logo

#808074 Color Hex

#808074
(128,128,116)
0 Favorites   0 Comments

Color spaces of #808074

RGB 128128116
HSL0.170.050.48
HSV60°50°
CMYK 0.000.000.09   0.50
XYZ19.773621.288519.5899
Yxy21.28850.32600.3510
Hunter Lab46.1395-4.24587.1243
CIE-Lab53.2638-2.28226.5134

#808074 color RGB value is (128,128,116).

#808074 hex color red value is 128, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #808074 hue: 0.17 , saturation: 0.05 and the lightness value of 808074 is 0.48.

The process color (four color CMYK) of #808074 color hex is 0.00, 0.00, 0.09, 0.50. Web safe color of #808074 is #999966. Color #808074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 01110100
Octal 200 200 164
Decimal 128 128 116
Hex 80 80 74

RGB Percentages of Color #808074

%34.41
%34.41
%31.18

CMYK Percentages of Color #808074

%0
%0
%9
%50

Triadic Colors of #808074

#808074 #748080 #807480

Analogous Colors of #808074

#808074 #7a8074 #807a74

Monochromatic Colors of #808074

#808074

Complementary Color

#808074 #747480

#808074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808074 Color CSS Codes

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

#808074 Text Font Color

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

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


#808074 Background Color

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

This div background color is #808074


#808074 Border Color

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

This div border color is #808074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808074


Comments

No comments written yet.

Please login to write comment.