#756D4E

Color #756D4E Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #756D4E

Tints of Go Ben #756D4E

Color information

#756D4E (or 0x756D4E) is unknown color: approx Go Ben. HEX triplet: 75, 6D and 4E. RGB value is (117,109,78). Sum of RGB (Red+Green+Blue) = 117+109+78=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D4E is #8A92B1. Grayscale: #6B6B6B. Windows color (decimal): -9081522 or 5139829. OLE color: 5139829.

HSL color Cylindrical-coordinate representation of color #756D4E: hue angle of 47.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756D4E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11710978-
CMYK00.070.330.54
HSL47.69º20%38.24%-
HSV(B)47.69º33.33%45.88%-
XYZ14.1815.279.41-
YUV107.86111.15134.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=38.49%
G=35.86%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171097800.070.330.5447.692038.24
Hex756D4E072136301426
Octal165155116074166602446
Binary111010111011011001110011110000111011011000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D4E; }

 p { color: rgb(117,109,78); }

 H1.HeaderClassName
 {
   color: #756D4E;
 }
 .AnyTagClassName
 {
   color: #756D4E;
 }
</style>
background-color css

<style>
 a { background-color: #756D4E; }

 a { background-color: rgb(117,109,78); }

 div.DivClassName
 {
   background-color: #756D4E;
 }
 .BgClassName
 {
   background-color: #756D4E;
 }
</style>
border-color css

<style>
 span { border-color: #756D4E; }

 span { border-color: rgb(117,109,78); }

 td.TdClassName
 {
   border-color: #756D4E;
 }
 .TagClassName
 {
   border-color: #756D4E;
 }
</style>