Color Hex Logo

#766270 Color Hex

#766270
(118,98,112)
0 Favorites   0 Comments

Color spaces of #766270

RGB 11898112
HSL0.880.090.42
HSV318°17°46°
CMYK 0.000.170.05   0.54
XYZ14.763513.756817.2064
Yxy13.75680.32290.3008
Hunter Lab37.09026.1430-1.5420
CIE-Lab43.882110.6613-4.8834

#766270 color RGB value is (118,98,112).

#766270 hex color red value is 118, green value is 98 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #766270 hue: 0.88 , saturation: 0.09 and the lightness value of 766270 is 0.42.

The process color (four color CMYK) of #766270 color hex is 0.00, 0.17, 0.05, 0.54. Web safe color of #766270 is #666666. Color #766270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 01110000
Octal 166 142 160
Decimal 118 98 112
Hex 76 62 70

RGB Percentages of Color #766270

%35.98
%29.88
%34.15

CMYK Percentages of Color #766270

%0
%17
%5
%54

Triadic Colors of #766270

#766270 #707662 #627076

Analogous Colors of #766270

#766270 #766266 #726276

Monochromatic Colors of #766270

#766270

Complementary Color

#766270 #627668

#766270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766270 Color CSS Codes

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

#766270 Text Font Color

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

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


#766270 Background Color

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

This div background color is #766270


#766270 Border Color

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

This div border color is #766270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766270


Comments

No comments written yet.

Please login to write comment.