Color Hex Logo

#758078 Color Hex

#758078
(117,128,120)
1 Favorites   0 Comments

Color spaces of #758078

RGB 117128120
HSL0.380.040.48
HSV136°50°
CMYK 0.090.000.06   0.50
XYZ18.445520.576320.7687
Yxy20.57630.30850.3441
Hunter Lab45.3611-6.79724.6067
CIE-Lab52.4826-5.70232.9458

#758078 color RGB value is (117,128,120).

#758078 hex color red value is 117, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #758078 hue: 0.38 , saturation: 0.04 and the lightness value of 758078 is 0.48.

The process color (four color CMYK) of #758078 color hex is 0.09, 0.00, 0.06, 0.50. Web safe color of #758078 is #669966. Color #758078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 01111000
Octal 165 200 170
Decimal 117 128 120
Hex 75 80 78

RGB Percentages of Color #758078

%32.05
%35.07
%32.88

CMYK Percentages of Color #758078

%9
%0
%6
%50

Triadic Colors of #758078

#758078 #787580 #807875

Analogous Colors of #758078

#758078 #75807e #788075

Monochromatic Colors of #758078

#758078

Complementary Color

#758078 #80757d

#758078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758078 Color CSS Codes

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

#758078 Text Font Color

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

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


#758078 Background Color

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

This div background color is #758078


#758078 Border Color

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

This div border color is #758078


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,128,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758078; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758078;
  -webkit-box-shadow: 1px 1px 3px 2px #758078;
  box-shadow:         1px 1px 3px 2px #758078; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,128,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758078


Comments

No comments written yet.

Please login to write comment.