#756E4E

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

Shades of Go Ben #756E4E

Tints of Go Ben #756E4E

Color information

#756E4E (or 0x756E4E) is unknown color: approx Go Ben. HEX triplet: 75, 6E and 4E. RGB value is (117,110,78). Sum of RGB (Red+Green+Blue) = 117+110+78=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E4E is #8A91B1. Grayscale: #6C6C6C. Windows color (decimal): -9081266 or 5140085. OLE color: 5140085.

HSL color Cylindrical-coordinate representation of color #756E4E: hue angle of 49.23º 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 #756E4E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11711078-
CMYK00.060.330.54
HSL49.23º20%38.24%-
HSV(B)49.23º33.33%45.88%-
XYZ14.2915.489.44-
YUV108.44110.82134.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=38.36%
G=36.07%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171107800.060.330.5449.232038.24
Hex756E4E062136311426
Octal165156116064166612446
Binary111010111011101001110011010000111011011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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