#75838a

#75838a color hex

#75838a hex color information.
RGB value of #75838a is (117,131,138)
Change page background color to #75838a | Reset

#75838a rgb color chart

Color spaces of #75838a

RGB 117131138
HSL0.560.080.50
HSV200°15°54°
CMYK 0.150.050.00   0.46
XYZ20.039921.849527.2059
Yxy21.84950.29000.3162
Hunter Lab46.7434-5.2743-1.7879
CIE-Lab53.8670-3.5579-5.5089

Shades of #75838a

Tints of #75838a

RGB Percentages of Color #75838a

%30.31
%33.94
%35.75

CMYK Percentages of Color #75838a

%15
%5
%0
%46

#75838a Color Info

#75838a hex color red value is 117, green value is 131 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #75838a hue: 0.56 , saturation: 0.08 and the lightness value of 75838a is 0.50.

The process color (four color CMYK) of #75838a hex color is 0.15, 0.05, 0.00, 0.46. Web safe color of #75838a is #669999

Color #75838a contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 10001010
Octal 165 203 212
Decimal 117 131 138
Hexadecimal 75 83 8A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #75838a

Triadic Colors of #75838a

#75838a #8a7583 #838a75

Analogous Colors of #75838a

#75838a #75788a #758a86

Complementary Color of #75838a

#75838a #8a7c75

#75838a HSL Color Chart
#75838a hsl color chart
#75838a RGB Color Chart

#75838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75838a Color CSS Codes

.mybgcolor {background-color:#75838a; } 
.myforecolor {color:#75838a; }
.mybordercolor {border:3px solid #75838a; }
Sample text font color #75838a

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

html code
<p style="color:#75838a">Text here</p>
#75838a background color

This div background color is #75838a

<div style="background-color:#75838a">
Div content here</div>
#75838a border color

This div border color is #75838a

<div style="border:3px solid #75838a">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #75838a Color Sample
#75838aborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(117,131,138, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #75838a; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #75838a;
  -webkit-box-shadow: 1px 1px 3px 2px #75838a;
  box-shadow:         1px 1px 3px 2px #75838a; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,131,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75838a">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #75838a

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top