Color Hex Logo

#7b6965 Color Hex

#7B6965
(123,105,101)
0 Favorites   0 Comments

Color spaces of #7b6965

RGB 123105101
HSL0.030.100.44
HSV11°18°48°
CMYK 0.000.150.18   0.52
XYZ15.568915.253714.4356
Yxy15.25370.34400.3370
Hunter Lab39.05602.80755.4248
CIE-Lab45.97976.42104.8801

#7b6965 color RGB value is (123,105,101).

#7b6965 hex color red value is 123, green value is 105 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7b6965 hue: 0.03 , saturation: 0.10 and the lightness value of 7b6965 is 0.44.

The process color (four color CMYK) of #7b6965 color hex is 0.00, 0.15, 0.18, 0.52. Web safe color of #7b6965 is #666666. Color #7b6965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01101001 01100101
Octal 173 151 145
Decimal 123 105 101
Hex 7B 69 65

RGB Percentages of Color #7b6965

%37.39
%31.91
%30.70

CMYK Percentages of Color #7b6965

%0
%15
%18
%52

Triadic Colors of #7b6965

#7b6965 #657b69 #69657b

Analogous Colors of #7b6965

#7b6965 #7b7465 #7b656c

Monochromatic Colors of #7b6965

#7b6965

Complementary Color

#7b6965 #65777b

#7b6965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6965 Color CSS Codes

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

#7b6965 Text Font Color

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

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


#7b6965 Background Color

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

This div background color is #7b6965


#7b6965 Border Color

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

This div border color is #7b6965


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,105,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b6965; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b6965;
  -webkit-box-shadow: 1px 1px 3px 2px #7b6965;
  box-shadow:         1px 1px 3px 2px #7b6965; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6965


Comments

No comments written yet.

Please login to write comment.