Color Hex Logo

#84767b Color Hex

#84767B
(132,118,123)
0 Favorites   0 Comments

Color spaces of #84767b

RGB 132118123
HSL0.940.060.49
HSV339°11°52°
CMYK 0.000.110.07   0.48
XYZ19.569319.292521.4313
Yxy19.29250.32460.3200
Hunter Lab43.92322.66221.8171
CIE-Lab51.02776.3324-0.7743

#84767b color RGB value is (132,118,123).

#84767b hex color red value is 132, green value is 118 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #84767b hue: 0.94 , saturation: 0.06 and the lightness value of 84767b is 0.49.

The process color (four color CMYK) of #84767b color hex is 0.00, 0.11, 0.07, 0.48. Web safe color of #84767b is #996666. Color #84767b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 01111011
Octal 204 166 173
Decimal 132 118 123
Hex 84 76 7B

RGB Percentages of Color #84767b

%35.39
%31.64
%32.98

CMYK Percentages of Color #84767b

%0
%11
%7
%48

Triadic Colors of #84767b

#84767b #7b8476 #767b84

Analogous Colors of #84767b

#84767b #847876 #847682

Monochromatic Colors of #84767b

#84767b

Complementary Color

#84767b #76847f

#84767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84767b Color CSS Codes

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

#84767b Text Font Color

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

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


#84767b Background Color

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

This div background color is #84767b


#84767b Border Color

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

This div border color is #84767b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,118,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84767b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84767b;
  -webkit-box-shadow: 1px 1px 3px 2px #84767b;
  box-shadow:         1px 1px 3px 2px #84767b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84767b


Comments

No comments written yet.

Please login to write comment.