Color Hex Logo

#bb777a Color Hex

#BB777A
(187,119,122)
0 Favorites   0 Comments

Color spaces of #bb777a

RGB 187119122
HSL0.990.330.60
HSV357°36°73°
CMYK 0.000.360.35   0.27
XYZ30.603225.163621.6564
Yxy25.16360.39530.3250
Hunter Lab50.163321.11199.5178
CIE-Lab57.234527.03319.5212

#bb777a color RGB value is (187,119,122).

#bb777a hex color red value is 187, green value is 119 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb777a hue: 0.99 , saturation: 0.33 and the lightness value of bb777a is 0.60.

The process color (four color CMYK) of #bb777a color hex is 0.00, 0.36, 0.35, 0.27. Web safe color of #bb777a is #cc6666. Color #bb777a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 01111010
Octal 273 167 172
Decimal 187 119 122
Hex BB 77 7A

RGB Percentages of Color #bb777a

%43.69
%27.80
%28.50

CMYK Percentages of Color #bb777a

%0
%36
%35
%27

Triadic Colors of #bb777a

#bb777a #7abb77 #777abb

Analogous Colors of #bb777a

#bb777a #bb9677 #bb779c

Monochromatic Colors of #bb777a

#bb777a

Complementary Color

#bb777a #77bbb8

#bb777a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb777a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb777a Color CSS Codes

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

#bb777a Text Font Color

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

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


#bb777a Background Color

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

This div background color is #bb777a


#bb777a Border Color

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

This div border color is #bb777a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,119,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb777a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb777a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb777a;
  box-shadow:         1px 1px 3px 2px #bb777a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb777a


Comments

No comments written yet.

Please login to write comment.