Color Hex Logo

#90767b Color Hex

#90767B
(144,118,123)
0 Favorites   0 Comments

Color spaces of #90767b

RGB 144118123
HSL0.970.100.51
HSV348°18°56°
CMYK 0.000.180.15   0.44
XYZ21.555220.316221.5242
Yxy20.31620.34000.3205
Hunter Lab45.07356.48433.2384
CIE-Lab52.192810.97731.0668

#90767b color RGB value is (144,118,123).

#90767b hex color red value is 144, green value is 118 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #90767b hue: 0.97 , saturation: 0.10 and the lightness value of 90767b is 0.51.

The process color (four color CMYK) of #90767b color hex is 0.00, 0.18, 0.15, 0.44. Web safe color of #90767b is #996666. Color #90767b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110110 01111011
Octal 220 166 173
Decimal 144 118 123
Hex 90 76 7B

RGB Percentages of Color #90767b

%37.40
%30.65
%31.95

CMYK Percentages of Color #90767b

%0
%18
%15
%44

Triadic Colors of #90767b

#90767b #7b9076 #767b90

Analogous Colors of #90767b

#90767b #907e76 #907688

Monochromatic Colors of #90767b

#90767b

Complementary Color

#90767b #76908b

#90767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#90767b Color CSS Codes

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

#90767b Text Font Color

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

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


#90767b Background Color

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

This div background color is #90767b


#90767b Border Color

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

This div border color is #90767b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,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 #90767b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90767b


Comments

No comments written yet.

Please login to write comment.