#756A4C

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

Shades of Go Ben #756A4C

Tints of Go Ben #756A4C

Color information

#756A4C (or 0x756A4C) is unknown color: approx Go Ben. HEX triplet: 75, 6A and 4C. RGB value is (117,106,76). Sum of RGB (Red+Green+Blue) = 117+106+76=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A4C is #8A95B3. Grayscale: #6A6A6A. Windows color (decimal): -9082292 or 5007989. OLE color: 5007989.

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

Color convert

RGB11710676-
CMYK00.090.350.54
HSL43.9º21.24%37.84%-
HSV(B)43.9º35.04%45.88%-
XYZ13.7914.618.93-
YUV105.87111.14135.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=39.13%
G=35.45%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171067600.090.350.5443.921.2437.84
Hex756A4C0923362c1526
Octal1651521140114366542546
Binary1110101110101010011000100110001111011010110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,76); }

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

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

 a { background-color: rgb(117,106,76); }

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

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

 span { border-color: rgb(117,106,76); }

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