Color Hex Logo

#768273 Color Hex

#768273
(118,130,115)
0 Favorites   0 Comments

Color spaces of #768273

RGB 118130115
HSL0.300.060.48
HSV108°12°51°
CMYK 0.090.000.12   0.49
XYZ18.548421.054619.3060
Yxy21.05460.31490.3574
Hunter Lab45.8853-8.14357.1737
CIE-Lab53.0092-7.43476.6225

#768273 color RGB value is (118,130,115).

#768273 hex color red value is 118, green value is 130 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #768273 hue: 0.30 , saturation: 0.06 and the lightness value of 768273 is 0.48.

The process color (four color CMYK) of #768273 color hex is 0.09, 0.00, 0.12, 0.49. Web safe color of #768273 is #669966. Color #768273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 01110011
Octal 166 202 163
Decimal 118 130 115
Hex 76 82 73

RGB Percentages of Color #768273

%32.51
%35.81
%31.68

CMYK Percentages of Color #768273

%9
%0
%12
%49

Triadic Colors of #768273

#768273 #737682 #827376

Analogous Colors of #768273

#768273 #738278 #7e8273

Monochromatic Colors of #768273

#768273

Complementary Color

#768273 #7f7382

#768273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768273 Color CSS Codes

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

#768273 Text Font Color

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

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


#768273 Background Color

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

This div background color is #768273


#768273 Border Color

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

This div border color is #768273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768273

#768273 Color Palettes


Comments

No comments written yet.

Please login to write comment.