Color Hex Logo

#b7768a Color Hex

#B7768A
(183,118,138)
0 Favorites   0 Comments

Color spaces of #b7768a

RGB 183118138
HSL0.950.310.59
HSV342°36°72°
CMYK 0.000.360.25   0.28
XYZ30.594324.859127.2306
Yxy24.85910.37000.3007
Hunter Lab49.858922.27772.5198
CIE-Lab56.937928.2784-0.2523

#b7768a color RGB value is (183,118,138).

#b7768a hex color red value is 183, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b7768a hue: 0.95 , saturation: 0.31 and the lightness value of b7768a is 0.59.

The process color (four color CMYK) of #b7768a color hex is 0.00, 0.36, 0.25, 0.28. Web safe color of #b7768a is #cc6699. Color #b7768a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 10001010
Octal 267 166 212
Decimal 183 118 138
Hex B7 76 8A

RGB Percentages of Color #b7768a

%41.69
%26.88
%31.44

CMYK Percentages of Color #b7768a

%0
%36
%25
%28

Triadic Colors of #b7768a

#b7768a #8ab776 #768ab7

Analogous Colors of #b7768a

#b7768a #b78376 #b776ab

Monochromatic Colors of #b7768a

#b7768a

Complementary Color

#b7768a #76b7a3

#b7768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7768a Color CSS Codes

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

#b7768a Text Font Color

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

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


#b7768a Background Color

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

This div background color is #b7768a


#b7768a Border Color

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

This div border color is #b7768a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,118,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7768a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7768a;
  -webkit-box-shadow: 1px 1px 3px 2px #b7768a;
  box-shadow:         1px 1px 3px 2px #b7768a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7768a


Comments

No comments written yet.

Please login to write comment.