Color Hex Logo

#75b277 Color Hex

#75B277
(117,178,119)
0 Favorites   0 Comments

Color spaces of #75b277

RGB 117178119
HSL0.340.280.58
HSV122°34°70°
CMYK 0.340.000.33   0.30
XYZ26.586336.954623.1845
Yxy36.95460.30660.4261
Hunter Lab60.7903-28.317019.9409
CIE-Lab67.2430-31.809324.0935

#75b277 color RGB value is (117,178,119).

#75b277 hex color red value is 117, green value is 178 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #75b277 hue: 0.34 , saturation: 0.28 and the lightness value of 75b277 is 0.58.

The process color (four color CMYK) of #75b277 color hex is 0.34, 0.00, 0.33, 0.30. Web safe color of #75b277 is #669966. Color #75b277 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10110010 01110111
Octal 165 262 167
Decimal 117 178 119
Hex 75 B2 77

RGB Percentages of Color #75b277

%28.26
%43.00
%28.74

CMYK Percentages of Color #75b277

%34
%0
%33
%30

Triadic Colors of #75b277

#75b277 #7775b2 #b27775

Analogous Colors of #75b277

#75b277 #75b296 #92b275

Monochromatic Colors of #75b277

#75b277

Complementary Color

#75b277 #b275b0

#75b277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b277 Color CSS Codes

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

#75b277 Text Font Color

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

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


#75b277 Background Color

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

This div background color is #75b277


#75b277 Border Color

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

This div border color is #75b277


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,178,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75b277; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75b277;
  -webkit-box-shadow: 1px 1px 3px 2px #75b277;
  box-shadow:         1px 1px 3px 2px #75b277; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b277


Comments

No comments written yet.

Please login to write comment.