Color Hex Logo

#768354 Color Hex

#768354
(118,131,84)
0 Favorites   0 Comments

Color spaces of #768354

RGB 11813184
HSL0.210.220.42
HSV77°36°51°
CMYK 0.100.000.36   0.49
XYZ17.187720.724211.4818
Yxy20.72420.34800.4196
Hunter Lab45.5238-12.273416.9129
CIE-Lab52.6463-13.143323.8670

#768354 color RGB value is (118,131,84).

#768354 hex color red value is 118, green value is 131 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #768354 hue: 0.21 , saturation: 0.22 and the lightness value of 768354 is 0.42.

The process color (four color CMYK) of #768354 color hex is 0.10, 0.00, 0.36, 0.49. Web safe color of #768354 is #669966. Color #768354 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 01010100
Octal 166 203 124
Decimal 118 131 84
Hex 76 83 54

RGB Percentages of Color #768354

%35.44
%39.34
%25.23

CMYK Percentages of Color #768354

%10
%0
%36
%49

Triadic Colors of #768354

#768354 #547683 #835476

Analogous Colors of #768354

#768354 #5f8354 #837954

Monochromatic Colors of #768354

#768354

Complementary Color

#768354 #615483

#768354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768354 Color CSS Codes

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

#768354 Text Font Color

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

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


#768354 Background Color

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

This div background color is #768354


#768354 Border Color

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

This div border color is #768354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768354


Comments

No comments written yet.

Please login to write comment.